diff --git a/src/apps/AppEpidemicSituation/Health.vue b/src/apps/AppEpidemicSituation/Health.vue
index 50768645..6bc87def 100644
--- a/src/apps/AppEpidemicSituation/Health.vue
+++ b/src/apps/AppEpidemicSituation/Health.vue
@@ -36,6 +36,8 @@
+
+
@@ -80,6 +97,8 @@ export default {
},
],
currentTabs: 0,
+
+ data: [],
}
},
computed: {
@@ -92,6 +111,8 @@ export default {
},
onShow() {},
methods: {
+ goDetail() {},
+
change(index) {
// this.data = []
this.areaId = this.user.areaId
@@ -119,11 +140,11 @@ export default {