diff --git a/src/views/workCenter/enterpriseStandardRecheck/EnterpriseStandardRecheckFlow.vue b/src/views/workCenter/enterpriseStandardRecheck/EnterpriseStandardRecheckFlow.vue index 8b42b6d1..95f471e7 100644 --- a/src/views/workCenter/enterpriseStandardRecheck/EnterpriseStandardRecheckFlow.vue +++ b/src/views/workCenter/enterpriseStandardRecheck/EnterpriseStandardRecheckFlow.vue @@ -435,6 +435,10 @@ export default { this.loading = true const paramObj = {} // 需要传给后端的数据 paramObj.common = { ...values, ...approvalValues } + // 草稿id + if (this.model.infoJsonStr) { + paramObj.common.draftId = this.model.id + } paramObj.flowUser = personnelObj paramObj.data = data.formInline let func