Browse Source

修复无法转交客户

mentoswzq 4 years ago
parent
commit
6d300a1b7b

+ 1 - 1
js/component/manageCenter/customer/NEW/signCustomer/signCustomer.jsx

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

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "afanti",
-  "version": "1.1.58",
+  "version": "1.1.59",
   "description": "",
   "main": "index.js",
   "scripts": {