参数清单-增加未收集状态,对应禅道BUG编号 64312

This commit is contained in:
wangzhijiang
2022-12-28 17:19:03 +08:00
parent 469265a730
commit 21a2dccbe7
4 changed files with 39 additions and 19 deletions
@@ -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,