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'))