田源
2023-08-03 69c44007184b0c496affd99ae785c747bba3dd48
Source/UBCS-WEB/src/components/Theme/ThemeClassifyTrees.vue
@@ -354,10 +354,10 @@
  inject: ["crudTreeData"],
  data() {
    return {
      masterRow:0,
      masterRow:null,
      AddLoading:false,
      // 定义一个变量来保存树请求的数量
      requestCount:0,
      requestCount:null,
      //导入状态框
      ThemeImportVisible:false,
      selectRow:'',
@@ -965,6 +965,7 @@
    },
    //业务类型多选
    btmSelect(row){
      this.masterRow=row.$index;
      this.btmSelectList=row;
      this.btmName=row.name;
      this.btmOid=row.id;
@@ -1057,6 +1058,9 @@
          });
          this.getAttr();
          this.TreeAddFormVisible = false;
          //添加完成后右侧清空
          this.ProData=[];
          this.Formlist=[];
        })
        .catch((res) => {
          this.$message({