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(); },