From 1c9df0ec710e39834e1b108a150d385c665a385c Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 28 Sep 2022 10:56:22 +0800 Subject: [PATCH] areaId --- .../AppCheckpointRegistration/AppCheckpointRegistration.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/project/pingchang/AppCheckpointRegistration/AppCheckpointRegistration.vue b/src/project/pingchang/AppCheckpointRegistration/AppCheckpointRegistration.vue index 550c79b8..f17b2986 100644 --- a/src/project/pingchang/AppCheckpointRegistration/AppCheckpointRegistration.vue +++ b/src/project/pingchang/AppCheckpointRegistration/AppCheckpointRegistration.vue @@ -91,8 +91,8 @@ export default { }, computed: { ...mapState(['user']) }, created() { - // this.areaId = this.user.areaId - // this.areaName = this.user.areaName + this.areaId = this.user.areaId + this.areaName = this.user.areaName this.getGatewayList() this.$dict.load(['EP_handleType', 'EP_riskLevel']).then(() => { this.getList()