[update 标准解读流程] 完善
This commit is contained in:
+1
-1
@@ -734,7 +734,7 @@ export default {
|
||||
title: this.$t('confirmDeletion'),
|
||||
content: this.$t('areYouSure'),
|
||||
onOk: () => {
|
||||
this.processAllDelIds.push(id)
|
||||
that.processAllDelIds.push(id)
|
||||
that.dataSource = that.dataSource.filter(item => item[this.rowKey] !== id)
|
||||
// 判断当前删除的数据是否是最后一页的最后一条数据,如果是的话页码减一
|
||||
if (that.ipagination.current > 1 && ((that.ipagination.current - 1) * that.ipagination.pageSize) + 1 === that.ipagination.total) {
|
||||
|
||||
Reference in New Issue
Block a user