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)