From 1b198db0e0d42b8c22297e291b99c562d1112c7d Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 30 Dec 2021 19:12:56 +0800 Subject: [PATCH] bug --- src/apps/AppMailList/AppMailList.vue | 4 ++-- src/apps/AppServicePublic/Add.vue | 3 +-- src/apps/AppServicePublic/AppServicePublic.vue | 6 +++++- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/src/apps/AppMailList/AppMailList.vue b/src/apps/AppMailList/AppMailList.vue index d004de48..00aca805 100644 --- a/src/apps/AppMailList/AppMailList.vue +++ b/src/apps/AppMailList/AppMailList.vue @@ -46,7 +46,7 @@ export default { }, computed: { ...mapState(['user']) }, mounted() { - this.getList() + // this.getList() }, onShow() { document.title = "便民通讯录" @@ -86,7 +86,7 @@ export default {