From 02f892adc222209b52051f69467dcde55ba4f828 Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期二, 22 七月 2025 15:50:59 +0800
Subject: [PATCH] 1

---
 src/views/reservation/reservations/index.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/views/reservation/reservations/index.vue b/src/views/reservation/reservations/index.vue
index 119a39e..29c6928 100644
--- a/src/views/reservation/reservations/index.vue
+++ b/src/views/reservation/reservations/index.vue
@@ -119,10 +119,10 @@
             />
           </el-form-item>
 
-          <el-form-item label="鍗曚綅鍚嶇О" prop="company">
+          <el-form-item label="鍗曚綅鍚嶇О" prop="companyId">
             <el-select
               :remote-method="getRemoteData"
-              v-model="queryParams.company"
+              v-model="queryParams.companyId"
               remote
               default-first-option
               allow-create
@@ -2247,7 +2247,7 @@
         phoe: null,
         email: null,
         tjType: null,
-        company: null,
+        companyId: null,
         reservationTime: null,
         isExpire: null,
       },
@@ -2515,6 +2515,7 @@
         proIds: null,
         pacId: null,
         company: null,
+        drugManufacturerId:null,
         companyId: null,
         jobNo: null,
         department: null,

--
Gitblit v1.8.0