Parcourir la source

创建里程碑不更新

Lijy il y a 3 ans
Parent
commit
c47aba1ce4

+ 3 - 0
fhKeeper/formulahousekeeper/timesheet/src/views/project/projectInside.vue

@@ -1937,6 +1937,9 @@ import delete$ from 'dingtalk-jsapi/api/biz/cspace/delete';
                 if(tab.name == 'costbaseline'){
                     this.$refs.costbaseline.refreshPage();
                 }
+                if(tab.name == 'info') {
+                    this.$refs.projectInfo.getMileStoneList()
+                }
             },
             showSubTaskList(task) {
                 this.subTaskVisible = true;