From cbf691a7ea303638e6b4a2a52ee1c9ccbc6e7a42 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Mon, 6 Feb 2023 13:47:56 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basic/corpMaintain/corpSelect.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/basic/corpMaintain/corpSelect.vue b/src/views/basic/corpMaintain/corpSelect.vue index 71dc5290..0d1be379 100644 --- a/src/views/basic/corpMaintain/corpSelect.vue +++ b/src/views/basic/corpMaintain/corpSelect.vue @@ -441,7 +441,7 @@ import { }, handleCurrentChange(val) { - this.query.page = val; + this.query.page = val.page; this.getList(); }, getBasicThirdSys() { From f201c90f0dafd6b842ca24c9ec5324a81be2616c Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Mon, 6 Feb 2023 14:05:35 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/param/busTypePre.vue | 1 + src/views/system/param/busTypePreModify.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/system/param/busTypePre.vue b/src/views/system/param/busTypePre.vue index 964f7c60..7215cc59 100644 --- a/src/views/system/param/busTypePre.vue +++ b/src/views/system/param/busTypePre.vue @@ -150,6 +150,7 @@ export default { }, cancelDialog() { this.modifyDialogVisible = false; + this.getList(); }, search() { this.filterQuery.page = 1; diff --git a/src/views/system/param/busTypePreModify.vue b/src/views/system/param/busTypePreModify.vue index 371bbcb5..92b114d1 100644 --- a/src/views/system/param/busTypePreModify.vue +++ b/src/views/system/param/busTypePreModify.vue @@ -54,7 +54,7 @@ - Date: Mon, 6 Feb 2023 15:16:41 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/dept/authDept.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/system/dept/authDept.vue b/src/views/system/dept/authDept.vue index 30bdf7e4..4064d7f4 100644 --- a/src/views/system/dept/authDept.vue +++ b/src/views/system/dept/authDept.vue @@ -637,6 +637,7 @@ export default { }, onUserSubmit() { this.userQuery.deptId = this.currentRow.id; + this.userQuery.page=1; this.getUerList(); }, getUerList() {