diff --git a/src/views/workCenter/enterpriseStandardAnnul/EnterpriseStandardAnnulFlow.vue b/src/views/workCenter/enterpriseStandardAnnul/EnterpriseStandardAnnulFlow.vue index 9b87f4d8..0baa2050 100644 --- a/src/views/workCenter/enterpriseStandardAnnul/EnterpriseStandardAnnulFlow.vue +++ b/src/views/workCenter/enterpriseStandardAnnul/EnterpriseStandardAnnulFlow.vue @@ -313,7 +313,7 @@ export default { const paramObj = {} // 需要传给后端的数据 paramObj.common = { ...values, ...approvalValues } paramObj.flowUser = personnelObj - paramObj.dataList = [data.formInline] + paramObj.data = data.formInline enStandardAnnulApproval(paramObj).then(res => { if (res.success) { this.$message.success(res.message) diff --git a/src/views/workCenter/enterpriseStandardChange/modules/BaseInfoForm.vue b/src/views/workCenter/enterpriseStandardChange/modules/BaseInfoForm.vue index 889b2a94..8d6273f1 100644 --- a/src/views/workCenter/enterpriseStandardChange/modules/BaseInfoForm.vue +++ b/src/views/workCenter/enterpriseStandardChange/modules/BaseInfoForm.vue @@ -183,13 +183,14 @@ - + @@ -332,17 +333,18 @@