调取覆盖传参项目id

This commit is contained in:
zyx.net
2023-08-29 14:23:47 +08:00
parent 854fe491aa
commit 5f8f6b3b99
@@ -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'))