From f154cdb5b8346ac261d71d8ceb75354f5d747f5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Thu, 20 Jun 2024 11:39:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E9=A1=B5=E5=99=A8=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../operationInfo/operationInfo/index.vue | 30 +++++++++++++------ 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/src/views/operationInfo/operationInfo/index.vue b/src/views/operationInfo/operationInfo/index.vue index 97bdbab..8f50ab4 100644 --- a/src/views/operationInfo/operationInfo/index.vue +++ b/src/views/operationInfo/operationInfo/index.vue @@ -60,8 +60,10 @@ - + + @@ -132,8 +134,10 @@ - + + @@ -489,6 +493,16 @@ export default { ...this.queryParams }, `operationInfo_${new Date().getTime()}.xlsx`) }, + updateCPage(index, size) { + this.queryParams.pageNum = index + this.queryParams.pageSize = size + this.getList(); + }, + updateCPagetwo(index, size) { + this.informationqueryParams.pageNum = index + this.informationqueryParams.pageSize = size + this.informationInfoinfo(); + }, // 获取表格最高高度 getMaxTableHeight() { const windowInnerHeight = window.innerHeight // 屏幕可视高度 @@ -516,12 +530,10 @@ export default { };