huangjn 3 年 前
コミット
e6a04adfdb

+ 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;