27195
This commit is contained in:
@@ -54,7 +54,7 @@
|
|||||||
@close="closeDialog"
|
@close="closeDialog"
|
||||||
title="添加户主"
|
title="添加户主"
|
||||||
@onConfirm="onConfirm">
|
@onConfirm="onConfirm">
|
||||||
<ai-area-select clearable always-show :instance="instance" v-model="areaId" :disabled-level="disabledLevel" @change="search.current = 1, getUserList()"></ai-area-select>
|
<ai-area-select clearable always-show :instance="instance" v-model="areaId" @change="search.current = 1, getUserList()"></ai-area-select>
|
||||||
<span style="margin-top:16px;"><span style="color:#f46;margin-right:4px;">*</span>网格:</span>
|
<span style="margin-top:16px;"><span style="color:#f46;margin-right:4px;">*</span>网格:</span>
|
||||||
<el-select size="small" style="width: 280px;margin-top:16px;" v-model="girdId" placeholder="请选择网格" clearable>
|
<el-select size="small" style="width: 280px;margin-top:16px;" v-model="girdId" placeholder="请选择网格" clearable>
|
||||||
<el-option
|
<el-option
|
||||||
@@ -170,8 +170,6 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
created() {
|
created() {
|
||||||
this.areaId = this.user.info.areaId
|
|
||||||
this.disabledLevel = this.user.info.areaList.length
|
|
||||||
this.dict.load('epidemicDangerousAreaLevel').then(() => {
|
this.dict.load('epidemicDangerousAreaLevel').then(() => {
|
||||||
this.getGirdList()
|
this.getGirdList()
|
||||||
this.getList()
|
this.getList()
|
||||||
|
|||||||
Reference in New Issue
Block a user