From 302ac8b713fe30fd40c653a5bbc6df9f7a79833d Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 22 Dec 2021 16:45:16 +0800 Subject: [PATCH] bug --- src/apps/AppMailList/components/add.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/apps/AppMailList/components/add.vue b/src/apps/AppMailList/components/add.vue index 75a73d82..222ba8ae 100644 --- a/src/apps/AppMailList/components/add.vue +++ b/src/apps/AppMailList/components/add.vue @@ -69,7 +69,9 @@ export default { } }, computed: { ...mapState(['user']) }, - created() { + created() { + this.userInfo.areaId = this.user.areaId + this.userInfo.areaName = this.user.areaName this.$dict.load('yesOrNo').then(() => { if(this.params.id) { console.log(122)