BUG 29252
This commit is contained in:
@@ -27,7 +27,8 @@
|
|||||||
</ai-list>
|
</ai-list>
|
||||||
<ai-dialog title="添加户主" :visible.sync="dialog" @closed="clearDialog" @onConfirm="submit"
|
<ai-dialog title="添加户主" :visible.sync="dialog" @closed="clearDialog" @onConfirm="submit"
|
||||||
width="1200px">
|
width="1200px">
|
||||||
<ai-area-get v-model="form.areaId" :instance="instance" :root="user.info.areaId" @change="getResident"/>
|
<ai-area-get v-model="form.areaId" :instance="instance" :root="user.info.areaId"
|
||||||
|
@change="list.current=1,getResident()"/>
|
||||||
<el-row type="flex" class="mar-t16">
|
<el-row type="flex" class="mar-t16">
|
||||||
<ai-table ref="Residents" :tableData="residents" :total="list.total" :current.sync="list.current"
|
<ai-table ref="Residents" :tableData="residents" :total="list.total" :current.sync="list.current"
|
||||||
:size.sync="list.size" class="fill" border height="360px" @getList="getResident"
|
:size.sync="list.size" class="fill" border height="360px" @getList="getResident"
|
||||||
|
|||||||
Reference in New Issue
Block a user