diff --git a/src/views/caseManage/caseCommon/caseProcess.vue b/src/views/caseManage/caseCommon/caseProcess.vue index 358a23b..64ba2e4 100644 --- a/src/views/caseManage/caseCommon/caseProcess.vue +++ b/src/views/caseManage/caseCommon/caseProcess.vue @@ -183,8 +183,8 @@ this.showMulitSelect = true // console.log('select==>', this.selectedUserList) } - if ((this.caseState === 6 || this.caseState === 33) && this.hasPerm('/changeLimitedTime')) { - if (changeState !== 5) { + if ((this.caseState === 6 || this.caseState === 33 || this.caseState === 31) && this.hasPerm('/changeLimitedTime')) { + if (changeState !== 5 && changeState !== 4) { this.processForm.limitedTime = this.limitedTime this.showDateTime = true }