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}`}) },