fix:修改 批量删除选择指定行后再删除, 提示信息错误的问题
This commit is contained in:
@@ -211,6 +211,9 @@ export default {
|
||||
this.prepare = false
|
||||
this.process = false
|
||||
this.finish = true
|
||||
this.deleteData = this.deleteData.filter(item => {
|
||||
return this.idStr.indexOf(item.id) !== -1
|
||||
})
|
||||
this.$message({ duration: 2000, type: 'success', message: this.$t('tip.deleteSuccess') })
|
||||
// this.$emit('after')
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user