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;