From c5aa8649aac64bfacf474463bcc39ed5c12997b0 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Tue, 13 Dec 2022 11:55:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=95=E8=A7=84=E6=B8=85=E5=8D=95=E8=B0=83?= =?UTF-8?q?=E5=8F=96=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/projectManagement/components/transferListvirtal.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/jero-web/src/views/projectManagement/components/transferListvirtal.vue b/jero-web/src/views/projectManagement/components/transferListvirtal.vue index d758e78b6..0de24d099 100644 --- a/jero-web/src/views/projectManagement/components/transferListvirtal.vue +++ b/jero-web/src/views/projectManagement/components/transferListvirtal.vue @@ -179,6 +179,7 @@ export default { let selectedRowKeys = JSON.parse(JSON.stringify(this.selectedRowKeys)) postAction('project/projectLawsInventoryEO/add', { dummyInventoryBaseId: this.dummyInventoryBaseId, + projectLibraryId: this.$route.query.id, dummyids: selectedRowKeys.join(','), }).then((res) => { if (res.success) {