BUG 30031

This commit is contained in:
aixianling
2022-06-07 17:04:38 +08:00
parent 0d31afa0a5
commit 4b04209e62

View File

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