From 00fb43620ae55f30b752830fc91cfa11751b666c Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 29 May 2024 17:52:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A1=E6=9F=A5=E4=B8=8A=E6=8A=A5=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/lulong/AppHandSnapshot/Content.vue | 11 ++++++++--- src/project/lulong/AppHandSnapshot/List.vue | 9 +++------ 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/src/project/lulong/AppHandSnapshot/Content.vue b/src/project/lulong/AppHandSnapshot/Content.vue index 8f6f177e..9b2dc860 100644 --- a/src/project/lulong/AppHandSnapshot/Content.vue +++ b/src/project/lulong/AppHandSnapshot/Content.vue @@ -26,17 +26,22 @@ -
+ + +
+ {{titleList[status]}}
+
diff --git a/src/project/lulong/AppHandSnapshot/List.vue b/src/project/lulong/AppHandSnapshot/List.vue index 2b8b930e..9a3424af 100644 --- a/src/project/lulong/AppHandSnapshot/List.vue +++ b/src/project/lulong/AppHandSnapshot/List.vue @@ -141,13 +141,11 @@ export default { handleSelectGird(v) { this.searchGrid = v - this.current = 1 - this.getList() + this.getListInit() }, clearGrid() { this.searchGrid = {girdName: ''} - this.current = 1 - this.getList() + this.getListInit() }, goDetail(item) { @@ -155,11 +153,10 @@ export default { }, change(index) { - this.current = 1 this.datas = [] this.eventStatus = '' this.currentTabs = index - this.getList() + this.getListInit() }, linkTo(url) {