zhuzhuanzhuan
2023-08-10 9b3e7c3c47dc27e531a7b954aa2b3ba500c84b78
src/views/system/DepartListSync.vue
@@ -269,9 +269,9 @@
        that.departTree = []
        //所有的树节点key信息
        that.allIds = []
        that.iExpandedKeys = []
        that.loading = false
        queryDepartTreeSync().then((res) => {
          if (res.success) {
@@ -356,7 +356,11 @@
      batchDel: function () {
        console.log(this.checkedKeys)
        if (this.checkedKeys.length <= 0) {
          this.$message.warning('请选择一条记录!')
          // this.$message.warning('请选择一条记录!')
          this.$notification.warning({
            message:'消息',
            description:"请选择一条记录"
          });
        } else {
          var ids = ''
          for (var a = 0; a < this.checkedKeys.length; a++) {