Эх сурвалжийг харах

修复任务计划和需求计划修改锁定状态刷新整个页面数据

qinzhipeng_v 5 жил өмнө
parent
commit
0a51feb4c3

+ 1 - 0
src/views/projectManage/requirement/requirementDetail.vue

@@ -380,6 +380,7 @@ export default {
       this.taskScheduleList = res1.data.scheduleDetailRespons
       this.isScheduleLocked = res1.data.isScheduleLocked // 锁定状态1锁定0未锁定
       this.$refs.ScheduleEvent.listByTask(this.requirementId)
+      this.getRequirementById()
     },
     async clickScheduling(ele) {
       this.showunlock = false

+ 1 - 0
src/views/projectManage/taskList/taskViewDetail.vue

@@ -397,6 +397,7 @@ export default {
       this.tips = res1.data.tips
       this.isParentRequireScheduleLocked = res1.data.isParentRequireScheduleLocked
       this.$refs.taskSchedule.listByTask(this.taskId)
+      this.taskGet()
     },
     async getSchedule() {
       this.scheduleVisble = false