This commit is contained in:
yanran200730
2022-02-25 14:40:28 +08:00
parent 845019c1c3
commit cbc608e3dd

View File

@@ -146,6 +146,7 @@
:total="familyPage.total"
:current.sync="familyPage.current"
:size.sync="familyPage.size"
:isShowPagination="false"
@getList="familyMember(rowInfo)">
<el-table-column label="与户主关系" slot="householdRelation" align="center" width="120">
<template v-slot="{row}">
@@ -216,7 +217,7 @@ export default {
},
familyPage: {
current: 1,
size: 10,
size: 100,
total: 0
},
exportParams: {},