[update 标准解读流程] 完善

This commit is contained in:
danshihao
2024-07-12 15:24:29 +08:00
parent 4285b4c0ce
commit 57e116b556
6 changed files with 11 additions and 15 deletions
@@ -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) {