修改调取的限制
This commit is contained in:
@@ -163,7 +163,10 @@
|
|||||||
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(this.url.addModel, { dummyInventoryBaseId: selectedRowKeys.join(',') }).then((res) => {
|
postAction(this.url.addModel, {
|
||||||
|
dummyInventoryBaseId: selectedRowKeys.join(','),
|
||||||
|
projectLibraryId: this.$route.query.id
|
||||||
|
}).then((res) => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.confirmLoading = false
|
this.confirmLoading = false
|
||||||
this.$message.success(this.$t('OperationSuccessful'))
|
this.$message.success(this.$t('OperationSuccessful'))
|
||||||
|
|||||||
Reference in New Issue
Block a user