13817 批量推送和单独推送 单位搜索框加关键字搜索
parent
d74cb3930d
commit
d7d5fd6fa9
|
@ -11,7 +11,7 @@
|
|||
<el-row>
|
||||
<el-col :span="12">
|
||||
<el-form-item prop="APPOINT_CORP_ID" label="单位 ">
|
||||
<el-select v-model="corp_id" placeholder="请选择单位 " style="width: 300px" @change="getInfo">
|
||||
<el-select v-model="corp_id" filterable placeholder="请选择单位 " style="width: 300px" @change="getInfo">
|
||||
<el-option
|
||||
v-for="item in jituanDanweiTreeData"
|
||||
:key="item.CORPINFO_ID"
|
||||
|
|
Loading…
Reference in New Issue