From 5f8f6b3b9948e700870ef95b52a9e171d1b1c976 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Tue, 29 Aug 2023 14:23:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E5=8F=96=E8=A6=86=E7=9B=96=E4=BC=A0?= =?UTF-8?q?=E5=8F=82=E9=A1=B9=E7=9B=AEid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projectManagement/components/transferListvirtalRxswin.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jero-web/src/views/projectManagement/components/transferListvirtalRxswin.vue b/jero-web/src/views/projectManagement/components/transferListvirtalRxswin.vue index 8b11fd09d..f3e961882 100644 --- a/jero-web/src/views/projectManagement/components/transferListvirtalRxswin.vue +++ b/jero-web/src/views/projectManagement/components/transferListvirtalRxswin.vue @@ -234,7 +234,7 @@ export default { this.confirmLoading = true let selectedRowKeys = JSON.parse(JSON.stringify(this.selectedRowKeys)) getAction('/project/projectRxswinEO/iSExist', { - projectId: this.projectId, + projectId: this.$route.query.id, // projectLibraryId: this.$route.query.id, ids: selectedRowKeys.join(','), }).then((res) => { @@ -249,7 +249,7 @@ export default { getAction('/project/projectRxswinEO/addBatch', { ids: selectedRowKeys.join(','), flag:'YES', - projectId: _this.projectId, + projectId: _this.$route.query.id, }).then((res) => { if (res.success) { _this.$message.success(_this.$t('OperationSuccessful'))