BUG 29174
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
</ai-table>
|
</ai-table>
|
||||||
</template>
|
</template>
|
||||||
</ai-list>
|
</ai-list>
|
||||||
<ai-dialog title="添加户主" :visible.sync="dialog" @closed="form={},residents=[]" @onConfirm="submit" width="1200px">
|
<ai-dialog title="添加户主" :visible.sync="dialog" @closed="form={residentList: []},residents=[]" @onConfirm="submit" 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="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"
|
||||||
|
|||||||
Reference in New Issue
Block a user