管道基础大数据平台系统开发-【前端】-新系統界面
Surpriseplus
2023-03-27 3c6af38c1b4de6a22151f4b24a0e172a3fd5df5c
src/views/datamanage/projectManage.vue
@@ -332,6 +332,7 @@
        pageSize: 10,
      },
      count1: 0,
      title: null,
    };
  },
  created() {
@@ -462,11 +463,13 @@
      }
      this.behavior = "新增项目";
      this.outerVisible = true;
      this.editFrom.projname = this.title;
    },
    //目录树点击事件
    handleNodeClick(data) {
      //获取目录ID
      // this.dirId = data.id;
      this.title = data.name;
      this.dirId = data.code;
      this.getSelectProject();
    },