diff --git a/src/views/business/board/standardReminder/list.vue b/src/views/business/board/standardReminder/list.vue index 478b032..85efbb1 100644 --- a/src/views/business/board/standardReminder/list.vue +++ b/src/views/business/board/standardReminder/list.vue @@ -291,21 +291,21 @@ :need-clear="true" @search="searchList" @clear="clearList" > - + - + - + - + - + - + { + approvalRecordData.value = res.data + }) + } + else { + ElMessage.warning('流程实例id为空') + } + } +} onMounted(() => { approvalStatusName.value = query.approvalStatusName as string // 审批状态名字 dataForm.value.processId = query.processId as string // 流程实例id // 非添加页面获取详情 if (pageType.value !== 'add') { getInfo() + if (query.approvalStatusName !== '草稿箱') { + getApprovalRecord(dataForm.value.processId) // 获取审批流程 + } } getDict() }) @@ -529,6 +546,10 @@ + + + +