qx
9 天以前 5f6e994d3ce5f47e8b5dd95bbdfb8aef3e321cb0
src/views/system/info/index.vue
@@ -396,7 +396,6 @@
    },
    // 多选框选中数据
    handleSelectionChange(selection) {
      console.log(2222)
      if (selection.length > 1) {
        let del_row = selection.shift();
        this.$refs.tb.toggleRowSelection(del_row, false); //设置这一行取消选中
@@ -431,7 +430,6 @@
          });
        }
      });
      console.log(11111)
      if (this.teamNo) {
        getTeamTjPeopleList(this.teamNo).then((res) => {
          if (res.data) {