lmx před 1 dnem
rodič
revize
d94e505ee9
1 změnil soubory, kde provedl 0 přidání a 8 odebrání
  1. 0 8
      src/views/crm/components/CustomerSelect.vue

+ 0 - 8
src/views/crm/components/CustomerSelect.vue

@@ -460,16 +460,9 @@ export default {
       this.$nextTick(() => {
         this.$emit("success", {ids: this.ids, names: this.names, rows: this.rows})
         this.shows = false;
-        this.resetCheck();
         this.$refs.table.clearSelection();
       })
     },
-    resetCheck(){
-      this.ids=[];
-      this.names=[];
-       this.rows=[];
-        console.log("清空后:"+this.ids);
-    },
     //按照筛选条件选择客户
     checkWithCondition(){
 
@@ -513,7 +506,6 @@ export default {
         this.$nextTick(() => {
         this.$emit("success", {ids: this.ids, names: this.names, rows: this.rows})
         this.shows = false;
-        this.resetCheck();
         this.$refs.table.clearSelection();
       })
       });