10
lkk
2024-12-05 6f2e4f80e8698ff90a70aabffcb6842d0760445f
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();
        }
      });
    },
    // 禁选