瀏覽代碼

修复无法转交客户

mentoswzq 4 年之前
父節點
當前提交
6d300a1b7b
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      js/component/manageCenter/customer/NEW/signCustomer/signCustomer.jsx
  2. 1 1
      package.json

+ 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": {