|
@@ -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
|