[update] 54849

This commit is contained in:
zhaomeijing
2022-06-23 11:54:52 +08:00
parent 234a1d42f1
commit fb96cf13f3
@@ -238,6 +238,9 @@ export default {
_this.deleteConfigIdsArray.push(displaySeq)
_this.deleteConfigIds = _this.deleteConfigIdsArray.join(',')
let _tt = _this.paramsConfigEOList.splice(index,1)
if(_tt.length === 1) {
_this.$message.success(_this.$t('DeleteSucceeded'))
}
}
})
},