diff --git a/project/beta/grid/AppGridMember/components/Family.vue b/project/beta/grid/AppGridMember/components/Family.vue index 9bdb7014..e80bb24d 100644 --- a/project/beta/grid/AppGridMember/components/Family.vue +++ b/project/beta/grid/AppGridMember/components/Family.vue @@ -65,7 +65,7 @@ + @select="v=>chooseUser=v" multiple/> @@ -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')