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