法规清单调取功能

This commit is contained in:
zyx.net
2022-12-13 11:55:42 +08:00
parent c6f51e74ae
commit c5aa8649aa
@@ -179,6 +179,7 @@ export default {
let selectedRowKeys = JSON.parse(JSON.stringify(this.selectedRowKeys))
postAction('project/projectLawsInventoryEO/add', {
dummyInventoryBaseId: this.dummyInventoryBaseId,
projectLibraryId: this.$route.query.id,
dummyids: selectedRowKeys.join(','),
}).then((res) => {
if (res.success) {