瀏覽代碼

创建里程碑不更新

Lijy 3 年之前
父節點
當前提交
c47aba1ce4
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      fhKeeper/formulahousekeeper/timesheet/src/views/project/projectInside.vue

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