From c63318eca3ddb20e56c0125e7c4d917fd12a9909 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Sun, 29 Jan 2023 11:07:50 +0800 Subject: [PATCH] =?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.vue | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/views/basic/CorpMaintain.vue b/src/views/basic/CorpMaintain.vue index fcf1e36..98c8e4f 100644 --- a/src/views/basic/CorpMaintain.vue +++ b/src/views/basic/CorpMaintain.vue @@ -24,7 +24,7 @@ type="primary" icon="search" width="1200px" - @click="getList" + @click="search" >查询 @@ -414,6 +414,13 @@ export default { page: 1, limit: 20, }; + + + this.getList(); + + }, + search(){ + this.query.page = 1; this.getList(); }, getList() { @@ -435,6 +442,7 @@ export default { this.total = 0; }); }, + // 刷新表单 resetForm() { if (this.$refs["dataForm"]) { @@ -628,7 +636,8 @@ export default { handleCurrentChange(val) { this.query.page = val; this.getList(); - this.query.page =1; + + }, getBasicThirdSys() { let query = {