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