zhanghua
2022-10-17 3fde6efd0326e547d9d5cfdc6e534813cccb52ff
src/views/systemSetting/baseSetting/department/index.vue
@@ -250,8 +250,6 @@
      this.$refs.multipleTable.toggleAllSelection();
    },
    disSame(list) {
      // console.log(this.$refs.multipleTable);
      // const row = this.$refs.table.data
      list.forEach((row) => {
        this.$refs.multipleTable.toggleRowSelection(row);
      });