[update] 修改bug80375
This commit is contained in:
@@ -157,7 +157,13 @@ export default {
|
||||
},
|
||||
// 删除
|
||||
handleDelete (id, index) {
|
||||
this.dataSource.splice(index, 1)
|
||||
this.$confirm({
|
||||
title: this.$t('confirmDeletion'),
|
||||
content: this.$t('areYouSure'),
|
||||
onOk: () => {
|
||||
this.dataSource.splice(index, 1)
|
||||
}
|
||||
})
|
||||
},
|
||||
// 新增或编辑完成
|
||||
modalFormOk (value) {
|
||||
|
||||
Reference in New Issue
Block a user