Explorar el Código

回收公海优化

xgb hace 17 horas
padre
commit
ddeb7a9ba3

+ 1 - 1
src/views/crm/customer/assist.vue

@@ -681,7 +681,7 @@ export default {
           cancelButtonText: "取消",
           type: "warning"
         }).then(function() {
-          var data={customerUserId:row.customerUserId}
+          var data={customerUserId:row.customerUserId, customerId:row.customerId}
           return recover(data);
         }).then(() => {
           this.getList();

+ 1 - 1
src/views/crm/customer/index.vue

@@ -617,7 +617,7 @@ export default {
           cancelButtonText: "取消",
           type: "warning"
         }).then(function() {
-          var data={customerUserId:row.customerUserId}
+          var data={customerUserId:row.customerUserId, customerId:row.customerId}
           return recover(data);
         }).then(() => {
           this.getList();

+ 1 - 1
src/views/crm/customer/my.vue

@@ -576,7 +576,7 @@ export default {
           cancelButtonText: "取消",
           type: "warning"
         }).then(function() {
-          var data={customerUserId:row.customerUserId}
+          var data={customerUserId:row.customerUserId, customerId:row.customerId}
           return recover(data);
         }).then(() => {
           this.getList();