fix 征求意见流程超期提示

This commit is contained in:
赵霄
2024-02-01 14:49:34 +08:00
parent d09790d5f0
commit f470f88b37
2 changed files with 7 additions and 1 deletions
@@ -402,6 +402,11 @@ export default {
path = '/workCenter/PostMeetingManageProcess'
break
}
// 征求意见流程,超期后不能继续办理
if (record.prcType + '' === '2' && record.overDue === '1') {
this.$message.warning(this.$t('workCenter.standardConsultationProcess.processExpiration'))
return
}
this.$router.push({
path: path,
query: {