BUG 30031
This commit is contained in:
@@ -118,8 +118,8 @@ export default {
|
|||||||
...mapState(['user'])
|
...mapState(['user'])
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
this.areaId = this.user.info.areaId
|
this.areaId = this.user.info.areaId || ""
|
||||||
this.disabledLevel = this.user.info.areaList.length
|
this.disabledLevel = this.user.info.areaList?.length || 0
|
||||||
this.getGirdList()
|
this.getGirdList()
|
||||||
this.getList()
|
this.getList()
|
||||||
this.dict.load('epidemicDangerousAreaLevel')
|
this.dict.load('epidemicDangerousAreaLevel')
|
||||||
|
|||||||
Reference in New Issue
Block a user