From 03fdb1e0005d28b992e9c8dcd31debcf7a15a87d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Thu, 20 Jun 2024 11:34:11 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E5=88=86=E9=A1=B5=E5=99=A8=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/agencyCategory/index.vue | 11 +++++-- src/views/system/compare/index.vue | 36 ++++++++++++++++------- src/views/system/config/index.vue | 11 +++++-- src/views/system/department/index.vue | 11 +++++-- src/views/system/notice/index.vue | 12 ++++++-- src/views/system/subdivision/index.vue | 13 +++++--- 6 files changed, 71 insertions(+), 23 deletions(-) diff --git a/src/views/system/agencyCategory/index.vue b/src/views/system/agencyCategory/index.vue index 6d57a4a..7932595 100644 --- a/src/views/system/agencyCategory/index.vue +++ b/src/views/system/agencyCategory/index.vue @@ -89,8 +89,10 @@ - + + @@ -221,6 +223,11 @@ export default { this.screenChange() }, methods: { + updateCPage(index, size) { + this.queryParams.pageNum = index + this.queryParams.pageSize = size + this.getList(); + }, // 父级类别 gettreelistitem() { agencyCategoryList().then((res) => { diff --git a/src/views/system/compare/index.vue b/src/views/system/compare/index.vue index fede218..5082846 100644 --- a/src/views/system/compare/index.vue +++ b/src/views/system/compare/index.vue @@ -90,9 +90,10 @@ - - + + @@ -140,32 +141,32 @@ - - 搜索 重置 - - + - + - + + @@ -258,6 +259,16 @@ export default { // console.log(this.departmentName, "0000"); this.innerVisibleshow = false; }, + 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(); + }, // 科室列表 informationInfoinfo() { department(this.informationqueryParams).then((response) => { @@ -403,3 +414,8 @@ export default { } }; + \ No newline at end of file diff --git a/src/views/system/config/index.vue b/src/views/system/config/index.vue index 17a696a..8a7989c 100644 --- a/src/views/system/config/index.vue +++ b/src/views/system/config/index.vue @@ -79,8 +79,10 @@ - + + @@ -172,6 +174,11 @@ export default { this.screenChange() }, methods: { + updateCPage(index, size) { + this.queryParams.pageNum = index + this.queryParams.pageSize = size + this.getList(); + }, /** 查询参数列表 */ getList() { this.loading = true; diff --git a/src/views/system/department/index.vue b/src/views/system/department/index.vue index 4dc05af..275495a 100644 --- a/src/views/system/department/index.vue +++ b/src/views/system/department/index.vue @@ -99,8 +99,10 @@ - + + @@ -477,6 +479,11 @@ export default { this.infocompare(); }, methods: { + updateCPage(index, size) { + this.queryParams.pageNum = index + this.queryParams.pageSize = size + this.getList(); + }, optionsubdivision(e) { // this.form.subdivisionCategoryId = this.optionsubdivisionCategory.find( // (e) => e.id == this.form.subdivisionCategoryId diff --git a/src/views/system/notice/index.vue b/src/views/system/notice/index.vue index b016d71..ef9b962 100644 --- a/src/views/system/notice/index.vue +++ b/src/views/system/notice/index.vue @@ -70,9 +70,10 @@ - - + + @@ -171,6 +172,11 @@ export default { this.screenChange() }, methods: { + updateCPage(index, size) { + this.queryParams.pageNum = index + this.queryParams.pageSize = size + this.getList(); + }, /** 查询公告列表 */ getList() { this.loading = true; diff --git a/src/views/system/subdivision/index.vue b/src/views/system/subdivision/index.vue index d907549..b4f873b 100644 --- a/src/views/system/subdivision/index.vue +++ b/src/views/system/subdivision/index.vue @@ -64,10 +64,10 @@ - - - + + @@ -156,6 +156,11 @@ export default { this.getList(); }, methods: { + updateCPage(index, size) { + this.queryParams.pageNum = index + this.queryParams.pageSize = size + this.getList(); + }, /** 查询细分类别信息列表 */ getList() { this.loading = true; From 56729cc25cf8fe090cd6d19d16e86e4d214600bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Thu, 20 Jun 2024 11:39:14 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E5=88=86=E9=A1=B5=E5=99=A8=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/compare/index.vue | 2 +- src/views/system/departmentDisease/index.vue | 31 +++++++++++++++----- 2 files changed, 25 insertions(+), 8 deletions(-) diff --git a/src/views/system/compare/index.vue b/src/views/system/compare/index.vue index 5082846..f8ff138 100644 --- a/src/views/system/compare/index.vue +++ b/src/views/system/compare/index.vue @@ -141,7 +141,7 @@ - diff --git a/src/views/system/departmentDisease/index.vue b/src/views/system/departmentDisease/index.vue index 80bc6d1..7f43b41 100644 --- a/src/views/system/departmentDisease/index.vue +++ b/src/views/system/departmentDisease/index.vue @@ -112,9 +112,10 @@ - - + + @@ -211,7 +212,7 @@ - + @@ -570,6 +573,16 @@ export default { `科室病种信息_${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 // 屏幕可视高度 @@ -645,7 +658,12 @@ export default { top: -11px; } + - 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 3/3] =?UTF-8?q?=E5=88=86=E9=A1=B5=E5=99=A8=E4=BF=AE?= =?UTF-8?q?=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 { };