[update] 53952
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user