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