[update] 53952

This commit is contained in:
zhaomeijing
2022-06-17 13:46:03 +08:00
parent e60c7dde8d
commit 497cdc6087
@@ -227,8 +227,8 @@ export default {
this.$confirm({
content: _this.$t('ConfirmDelete'),
onOk() {
// _this.deleteConfigIdsArray.push(displaySeq)
// _this.deleteConfigIds = this.deleteConfigIdsArray.join(',')
_this.deleteConfigIdsArray.push(displaySeq)
_this.deleteConfigIds = _this.deleteConfigIdsArray.join(',')
let _tt = _this.paramsConfigEOList.splice(index,1)
}
})