|
|
@@ -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();
|
|
|
})
|
|
|
});
|