Commit 4535ff39 authored by 郭小龙-DEL's avatar 郭小龙-DEL

Merge branch 'fix_bims_商保收费查询中payorIds字段' into 'master'

fix 商保收费查询中payorIds字段

See merge request !44
parents 71f74828 f3984b28
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
</a-col> </a-col>
<a-col :xl="6" :lg="6" :sm="12"> <a-col :xl="6" :lg="6" :sm="12">
<a-form-model-item label="保险公司"> <a-form-model-item label="保险公司">
<a-select v-model="form.payorId" placeholder="请选择保险公司" allowClear show-search mode="multiple" <a-select v-model="form.payorIds" placeholder="请选择保险公司" allowClear show-search mode="multiple"
:filterOption="filterCode"> :filterOption="filterCode">
<a-select-option v-for="item in companyOptions" :key="item.corpCode" :value="item.id"> <a-select-option v-for="item in companyOptions" :key="item.corpCode" :value="item.id">
{{ item.longName }} {{ item.longName }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment