This commit is contained in:
liuye
2021-12-22 16:45:16 +08:00
parent 1ee534a75a
commit 302ac8b713

View File

@@ -69,7 +69,9 @@ export default {
} }
}, },
computed: { ...mapState(['user']) }, computed: { ...mapState(['user']) },
created() { created() {
this.userInfo.areaId = this.user.areaId
this.userInfo.areaName = this.user.areaName
this.$dict.load('yesOrNo').then(() => { this.$dict.load('yesOrNo').then(() => {
if(this.params.id) { if(this.params.id) {
console.log(122) console.log(122)