diff --git a/project/sass/apps/grid/AppGridMember/components/Family.vue b/project/sass/apps/grid/AppGridMember/components/Family.vue index f76dfd5c..e13cd50f 100644 --- a/project/sass/apps/grid/AppGridMember/components/Family.vue +++ b/project/sass/apps/grid/AppGridMember/components/Family.vue @@ -10,36 +10,36 @@ 批量删除 + v-model="search.name" + class="search-input" + size="small" + v-throttle="() => {search.current = 1, getList()}" + placeholder="姓名/身份证/联系方式" + clearable + @clear="search.current = 1, search.name = '', getList()" + suffix-icon="iconfont iconSearch"> + :tableData="tableData" + :col-configs="colConfigs" + :total="total" + style="margin-top: 6px;" + :current.sync="search.current" + :size.sync="search.size" + @handleSelectionChange="handleSelectionChange" + @getList="getList"> @@ -49,449 +49,209 @@ - - *网格: - - - - - - - - - 户主信息列表 - - - - - - - - {{ item.name }}-{{ item.idNumber }} - - - - - - - - 已选择 - 清空 - - - - - {{ item.split('~')[0] }} - - - - - + :visible.sync="isShow" + width="1100px" + @close="closeDialog" + title="添加户主" + @onConfirm="onConfirm"> + + + + + + + + + + + chooseUser=v" multiple/> + +