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()