法规清单调取功能

This commit is contained in:
zyx.net
2022-12-13 11:24:15 +08:00
parent be9fd9c389
commit c6f51e74ae
@@ -179,7 +179,7 @@ export default {
let selectedRowKeys = JSON.parse(JSON.stringify(this.selectedRowKeys))
postAction('project/projectLawsInventoryEO/add', {
dummyInventoryBaseId: this.dummyInventoryBaseId,
ids: selectedRowKeys.join(','),
dummyids: selectedRowKeys.join(','),
}).then((res) => {
if (res.success) {
this.confirmLoading = false