Browse Source

去掉clearable

shibei_master
zhaoyongnian 3 years ago
parent
commit
068d4ccef5
  1. 3
      src/views/modules/visual/plugin/power/organization.vue

3
src/views/modules/visual/plugin/power/organization.vue

@ -18,8 +18,7 @@
v-model="agencyId"
:show-all-levels="false"
@change="handleChangeAgencytree"
:props="{ expandTrigger: 'hover', emitPath: false, label: 'orgName', value: 'orgId', children: 'subOrgList' }"
clearable/>
:props="{ expandTrigger: 'hover', emitPath: false, label: 'orgName', value: 'orgId', children: 'subOrgList' }"/>
</div>
<!-- <div class="second-select ">

Loading…
Cancel
Save