|
@@ -189,7 +189,7 @@
|
|
|
this.allSelection = list || [];
|
|
this.allSelection = list || [];
|
|
|
this.$nextTick(() => {
|
|
this.$nextTick(() => {
|
|
|
this.allSelection.forEach((item) => {
|
|
this.allSelection.forEach((item) => {
|
|
|
- this.$refs.entrustCreateTable.toggleRowSelection(item, true);
|
|
|
|
|
|
|
+ this.$refs.entrustCreateTable.toggleRowSelection(item, false);
|
|
|
});
|
|
});
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|