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 - } }, /** * 显示条款内容、条文解读弹框