参数清单-增加未收集状态,对应禅道BUG编号 64312
This commit is contained in:
@@ -395,7 +395,7 @@
|
||||
})
|
||||
if (flag) {
|
||||
let param = {
|
||||
ids: this.selectedRowKeysArray
|
||||
ids: this.selectedRowKeys.join(',')
|
||||
}
|
||||
if (this.selectedRowKeys.length > 0) {
|
||||
let _this = this
|
||||
@@ -408,6 +408,7 @@
|
||||
_this.getlist()
|
||||
} else {
|
||||
_this.$message.warning(_this.$t('operationFailed'))
|
||||
this.selectedRowKeys = []
|
||||
}
|
||||
})
|
||||
}
|
||||
@@ -432,6 +433,7 @@
|
||||
this.getlist()
|
||||
},
|
||||
getlist() {
|
||||
this.selectedRowKeys = []
|
||||
let query = {
|
||||
projectId: this.$route.query.parentId ? this.$route.query.parentId : this.$route.query.id,
|
||||
pageSize: this.pageSize,
|
||||
|
||||
Reference in New Issue
Block a user