areaId
This commit is contained in:
@@ -91,8 +91,8 @@ export default {
|
|||||||
},
|
},
|
||||||
computed: { ...mapState(['user']) },
|
computed: { ...mapState(['user']) },
|
||||||
created() {
|
created() {
|
||||||
// this.areaId = this.user.areaId
|
this.areaId = this.user.areaId
|
||||||
// this.areaName = this.user.areaName
|
this.areaName = this.user.areaName
|
||||||
this.getGatewayList()
|
this.getGatewayList()
|
||||||
this.$dict.load(['EP_handleType', 'EP_riskLevel']).then(() => {
|
this.$dict.load(['EP_handleType', 'EP_riskLevel']).then(() => {
|
||||||
this.getList()
|
this.getList()
|
||||||
|
|||||||
Reference in New Issue
Block a user