Browse Source

居民信息组织选择,增加选项合并

chanpin_shequ_jiagou
luyan 2 years ago
parent
commit
b38a172c4d
  1. 4
      src/views/components/resiSearch.vue

4
src/views/components/resiSearch.vue

@ -13,6 +13,7 @@
:options="orgOptions" :options="orgOptions"
:props="orgOptionProps" :props="orgOptionProps"
:show-all-levels="false" :show-all-levels="false"
collapse-tags
@change="handleChangeAgency"></el-cascader> @change="handleChangeAgency"></el-cascader>
</div> </div>
</div> </div>
@ -314,7 +315,8 @@ export default {
value: 'agencyId', value: 'agencyId',
label: 'agencyName', label: 'agencyName',
children: 'subAgencyList', children: 'subAgencyList',
checkStrictly: true checkStrictly: true,
} }
return { return {

Loading…
Cancel
Save