法规清单 自定义表头数据转换json
This commit is contained in:
@@ -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'))
|
||||
|
||||
Reference in New Issue
Block a user