[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({ this.$confirm({
content: _this.$t('ConfirmDelete'), content: _this.$t('ConfirmDelete'),
onOk() { onOk() {
// _this.deleteConfigIdsArray.push(displaySeq) _this.deleteConfigIdsArray.push(displaySeq)
// _this.deleteConfigIds = this.deleteConfigIdsArray.join(',') _this.deleteConfigIds = _this.deleteConfigIdsArray.join(',')
let _tt = _this.paramsConfigEOList.splice(index,1) let _tt = _this.paramsConfigEOList.splice(index,1)
} }
}) })