|
@@ -446,7 +446,7 @@ const IntentionCustomer = Form.create()(React.createClass({
|
|
data: {
|
|
data: {
|
|
uid: changeIds, //这一行数据的ID
|
|
uid: changeIds, //这一行数据的ID
|
|
aid: this.state.theTypes, //指定转交人的ID
|
|
aid: this.state.theTypes, //指定转交人的ID
|
|
- oldAid: oldAid,
|
|
|
|
|
|
+ oldAid: window.adminData.uid,
|
|
operatorType:4
|
|
operatorType:4
|
|
},
|
|
},
|
|
}).done(
|
|
}).done(
|