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