diff --git a/src/views/workCenter/standardProcurementProcess/StandardProcurementProcess.vue b/src/views/workCenter/standardProcurementProcess/StandardProcurementProcess.vue index 3569fe37..e4391098 100644 --- a/src/views/workCenter/standardProcurementProcess/StandardProcurementProcess.vue +++ b/src/views/workCenter/standardProcurementProcess/StandardProcurementProcess.vue @@ -374,7 +374,7 @@ export default { approvalInfo.taskId = approvalInfo.taskId || this.$route.query.taskId approvalInfo.finishFlag = 1 // 保存——1;提交/同意/驳回——2 userInfoMap = this.$refs.personnelInfo.getDataObj() - const params = { ...processInfo, ...businessInfo, ...approvalInfo, ...userInfoMap } + const params = { ...processInfo, ...businessInfo, ...approvalInfo, ...userInfoMap, draftId: this.$route.query.draftId } if (!Object.values(params).some(tt => !!tt || (tt && tt.length > 0))) { // 提示至少填写一项 this.$message.warning(this.$t('pleaseFillInAtLeastOneItem'))