소스 검색

日志BUG

huangjn 3 년 전
부모
커밋
e6a04adfdb
2개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/views/manager/projectinfo/addProject.vue
  2. 2 0
      src/views/manager/projectinfo/detail.vue

+ 2 - 0
src/views/manager/projectinfo/addProject.vue

@@ -744,6 +744,8 @@ export default {
           this.projectForm.id = res.data.data.id;
         } else if (this.activeType == '2') {
           await this.saveWbsTree();
+        } else if (this.activeType == '3'){
+          await this.saveLogWbsTree();
         }
       } catch (error) {
         this.btnLoad = false;

+ 2 - 0
src/views/manager/projectinfo/detail.vue

@@ -744,6 +744,8 @@ export default {
           this.projectForm.id = res.data.data.id;
         } else if (this.activeType == '2') {
           await this.saveWbsTree();
+        } else if (this.activeType == '3'){
+          await this.saveLogWbsTree();
         }
       } catch (error) {
         this.btnLoad = false;