调取覆盖传参项目id
This commit is contained in:
@@ -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'))
|
||||
|
||||
Reference in New Issue
Block a user