From f3984b28b34cd8392fa0e9af866be277a0d7985f Mon Sep 17 00:00:00 2001
From: guoxiaolong <guoxiaolong@ssish.com>
Date: Mon, 3 Jul 2023 15:42:39 +0800
Subject: [PATCH] =?UTF-8?q?fix=20=E5=95=86=E4=BF=9D=E6=94=B6=E8=B4=B9?=
 =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E4=B8=ADpayorIds=E5=AD=97=E6=AE=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/views/charge-query/index.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/views/charge-query/index.vue b/src/views/charge-query/index.vue
index 099d7ac..bca9c04 100644
--- a/src/views/charge-query/index.vue
+++ b/src/views/charge-query/index.vue
@@ -16,7 +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"
+            <a-select v-model="form.payorIds" placeholder="请选择保险公司" allowClear  show-search   mode="multiple"
 				:filterOption="filterCode">
               <a-select-option v-for="item in companyOptions" :key="item.corpCode" :value="item.id">
                 {{ item.longName }}
-- 
2.22.0