src/views/sampling/sampling/index.vue
@@ -959,18 +959,11 @@ handleChange(selection) { // console.log(selection); // this.selectList = selection; this.selectList = selection; // console.log(this.selectList, 5555); var array = selection; this.ids = array.map((item) => item.id); }, selectAllRows() { this.$nextTick(() => { if (this.$refs.tab1) { this.$refs.tab1.toggleAllSelection(); } }); }, // 禁选