src/views/datamanage/projectManage.vue
@@ -21,7 +21,7 @@ </div> <div class="verSion_rightContent subpage_Div"> <el-form style=" height: 44px; style=" height: 44px; padding: 1%; display: flex; flex-direction: row-reverse; @@ -405,7 +405,8 @@ //目录树点击事件 handleNodeClick(data) { //获取目录ID this.dirId = data.id; // this.dirId = data.id; this.dirId = data.code this.getSelectProject(); },