From 2b9df352f1b7f6e2b97877476a7b1d5a919c41ad Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 9 May 2023 16:33:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8B=E4=BB=B6=E4=B8=8A=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/wuxi/AppHandSnapshot/List.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/project/wuxi/AppHandSnapshot/List.vue b/src/project/wuxi/AppHandSnapshot/List.vue index ea0a0f82..74778fa7 100644 --- a/src/project/wuxi/AppHandSnapshot/List.vue +++ b/src/project/wuxi/AppHandSnapshot/List.vue @@ -5,7 +5,7 @@ @change="change">
- +
@@ -126,6 +126,12 @@ export default { this.getList() }, + handleSelectGird(v) { + this.searchGrid = v + this.current = 1 + this.getList() + }, + goDetail(item) { uni.navigateTo({url: `./Detail?id=${item.id}`}) },