From 993a4738181562ae0875f2aa3f48d43d63ccac82 Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Wed, 27 Apr 2022 21:42:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B0=83=E5=8F=96=E7=9A=84?= =?UTF-8?q?=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/projectManagement/components/transferList.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/jero-web/src/views/projectManagement/components/transferList.vue b/jero-web/src/views/projectManagement/components/transferList.vue index 36868471c..c860838df 100644 --- a/jero-web/src/views/projectManagement/components/transferList.vue +++ b/jero-web/src/views/projectManagement/components/transferList.vue @@ -163,7 +163,10 @@ if (this.selectedRowKeys && this.selectedRowKeys.length > 0) { this.confirmLoading = true 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) { this.confirmLoading = false this.$message.success(this.$t('OperationSuccessful'))