虚拟清单调取虚拟清单添加数据
This commit is contained in:
@@ -178,7 +178,7 @@ export default {
|
||||
this.confirmLoading = true
|
||||
let selectedRowKeys = JSON.parse(JSON.stringify(this.selectedRowKeys))
|
||||
postAction('/dummy/dummyInventoryInfoEO/acquireAdd', {
|
||||
dummyInventoryBaseId: this.dummyInventoryBaseId,
|
||||
dummyInventoryBaseId: this.$route.query.id,
|
||||
ids: selectedRowKeys.join(','),
|
||||
}).then((res) => {
|
||||
if (res.success) {
|
||||
|
||||
Reference in New Issue
Block a user