diff --git a/jero-web/src/views/projectManagement/components/customizeList.vue b/jero-web/src/views/projectManagement/components/customizeList.vue index 2a34c531a..10103f9a5 100644 --- a/jero-web/src/views/projectManagement/components/customizeList.vue +++ b/jero-web/src/views/projectManagement/components/customizeList.vue @@ -484,7 +484,11 @@ export default { delete item.name delete item.id }) - postAction('head/headCustomEO/add', this.selectedRows).then((res) => { + let headCustomEOList = JSON.parse(JSON.stringify(this.selectedRows)) + let query ={ + headCustomEOList :headCustomEOList + } + postAction('head/headCustomEO/add', query).then((res) => { if (res.success) { this.confirmLoading = false this.$message.success(this.$t('OperationSuccessful'))