This commit is contained in:
liuye
2022-09-28 10:56:22 +08:00
parent 37b7e1b78a
commit 1c9df0ec71

View File

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