BUG 30031
This commit is contained in:
@@ -65,7 +65,7 @@
|
|||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item>
|
<el-form-item>
|
||||||
<ai-table-select :instance="instance" :action="`/app/appresident/list?householdName=1&areaId=${areaId}&auditStatus=1`"
|
<ai-table-select :instance="instance" :action="`/app/appresident/list?householdName=1&areaId=${areaId}&auditStatus=1`"
|
||||||
@select="v=>chooseUser=v" multiple/>
|
@select="v=>chooseUser=v" multiple/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
</ai-dialog>
|
</ai-dialog>
|
||||||
@@ -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