法规清单调取功能
This commit is contained in:
@@ -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) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user