法规清单调取功能

This commit is contained in:
zyx.net
2022-12-13 10:47:55 +08:00
parent dc8c72b70b
commit 2ee72e7437
@@ -177,7 +177,7 @@ export default {
if (this.selectedRowKeys && this.selectedRowKeys.length > 0) { if (this.selectedRowKeys && this.selectedRowKeys.length > 0) {
this.confirmLoading = true this.confirmLoading = true
let selectedRowKeys = JSON.parse(JSON.stringify(this.selectedRowKeys)) let selectedRowKeys = JSON.parse(JSON.stringify(this.selectedRowKeys))
postAction('/dummy/dummyInventoryInfoEO/acquireAdd', { postAction('project/projectLawsInventoryEO/add', {
dummyInventoryBaseId: this.dummyInventoryBaseId, dummyInventoryBaseId: this.dummyInventoryBaseId,
ids: selectedRowKeys.join(','), ids: selectedRowKeys.join(','),
}).then((res) => { }).then((res) => {