From 02cffa59f3ab8ec7600ce44d19c7914f0ab71451 Mon Sep 17 00:00:00 2001 From: danshihao Date: Mon, 22 Jul 2024 17:25:38 +0800 Subject: [PATCH] =?UTF-8?q?[fix=2087395]=20=E6=A0=87=E5=87=86=E8=A7=A3?= =?UTF-8?q?=E8=AF=BB=E6=B5=81=E7=A8=8B=E5=89=8D=E7=AB=AF=E5=88=86=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/InterpretationClauseTable.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/views/workCenter/standardInterpretationProcess/modules/InterpretationClauseTable.vue b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationClauseTable.vue index 81733e3..7ef715c 100644 --- a/src/views/workCenter/standardInterpretationProcess/modules/InterpretationClauseTable.vue +++ b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationClauseTable.vue @@ -537,6 +537,7 @@ export default { } return item }) + this.ipagination.total = this.dataSource.length }, // 获取组件内数据 getData () { @@ -794,6 +795,7 @@ export default { this.dataSource = this.dataSource.filter(item => !this.selectedRowKeys.includes(item[this.rowKey])) // 重新计算分页问题 that.reCalculatePage(that.selectedRowKeys.length) + this.ipagination.total = this.dataSource.length // 清空勾选数据 that.onClearSelected() } @@ -813,10 +815,6 @@ export default { if (currentIndex < this.ipagination.current) { this.ipagination.current = currentIndex } - // 当前页数小于1 - if (this.ipagination.current < 1) { - this.ipagination.current = 1 - } }, /** * 显示条款内容、条文解读弹框