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