法规清单 自定义表头数据转换json

This commit is contained in:
zyx.net
2023-01-06 17:28:29 +08:00
parent 5d312c2d95
commit 43af0f8c23
@@ -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'))