diff --git a/src/apps/AppResidentFile/AppResidentFile.vue b/src/apps/AppResidentFile/AppResidentFile.vue
index 594913e2..e6a3d14b 100644
--- a/src/apps/AppResidentFile/AppResidentFile.vue
+++ b/src/apps/AppResidentFile/AppResidentFile.vue
@@ -143,8 +143,8 @@ export default {
return {
lists: [
{
- iconPath: 'home',
- selectedIconPath: 'home-fill',
+ iconPath: 'order',
+ selectedIconPath: 'order-fill',
text: '统计分析',
isDot: true,
customIcon: false,
@@ -385,6 +385,17 @@ export default {
changeTab(e) {
this.currentTabBar = e
+ if (this.currentTabBar == 0) {
+ this.getList()
+ this.$nextTick(() => {
+ if (this.currentTabs == 0) {
+ this.Echarts1 = echarts.init(document.getElementById('echarts1'))
+ } else {
+ this.Echarts2 = echarts.init(document.getElementById('echarts2'))
+ }
+ this.getEchart()
+ })
+ }
if (this.currentTabBar == 1) {
this.getList()
}
diff --git a/src/apps/AppResidentFile/GroupList.vue b/src/apps/AppResidentFile/GroupList.vue
index 175b2fce..256aa753 100644
--- a/src/apps/AppResidentFile/GroupList.vue
+++ b/src/apps/AppResidentFile/GroupList.vue
@@ -40,6 +40,7 @@
+
+
+