Commit 6ef93918 authored by 郭小龙-DEL's avatar 郭小龙-DEL

Merge branch 'master' into test

parents 710c1f3e 89df3f03
......@@ -16,8 +16,7 @@
</a-col>
<a-col :xl="6" :lg="6" :sm="12">
<a-form-model-item label="保险公司">
<a-select v-model="form.payorId" placeholder="请选择保险公司" allowClear show-search mode="multiple"
:filterOption="filterCode">
<a-select v-model="form.payorIds" placeholder="请选择保险公司" allowClear mode="multiple">
<a-select-option v-for="item in companyOptions" :key="item.corpCode" :value="item.id">
{{ item.longName }}
</a-select-option>
......@@ -178,7 +177,7 @@ export default {
patientName: "",
mrnNo: "",
paymentCode: "",
payorId: [],
payorIds: [],
visitTimeEnd: "",
visitTimeStart: "",
receiptType: "",
......
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