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) {