didi 4 năm trước cách đây
mục cha
commit
77c2082f82
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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