法规清单调取功能
This commit is contained in:
@@ -177,7 +177,7 @@ export default {
|
||||
if (this.selectedRowKeys && this.selectedRowKeys.length > 0) {
|
||||
this.confirmLoading = true
|
||||
let selectedRowKeys = JSON.parse(JSON.stringify(this.selectedRowKeys))
|
||||
postAction('/dummy/dummyInventoryInfoEO/acquireAdd', {
|
||||
postAction('project/projectLawsInventoryEO/add', {
|
||||
dummyInventoryBaseId: this.dummyInventoryBaseId,
|
||||
ids: selectedRowKeys.join(','),
|
||||
}).then((res) => {
|
||||
|
||||
Reference in New Issue
Block a user