didi 4 년 전
부모
커밋
e36640bfa7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/projectManage/taskList/taskViewDetail.vue

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

@@ -558,6 +558,7 @@ export default {
       this.SchedulingContent = res.data
       const res1 = await listByTask(this.taskId)
       this.isScheduleLocked = res1.data.isScheduleLocked
+      this.isShowLockedTime = false
       if (res1.data.isScheduleLocked !== 1 && res1.data.autoLockScheduleCountdown > 0) {
         this.isShowLockedTime = true
         let totolTime = res1.data.autoLockScheduleCountdown || 6000