From 4d186d588a4ebae2b2b30e0e7e24c42e9e859c42 Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期二, 22 七月 2025 16:56:20 +0800
Subject: [PATCH] 1

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

diff --git a/src/views/reservation/reservations/index.vue b/src/views/reservation/reservations/index.vue
index d5bbf6b..525fb4c 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
@@ -394,21 +394,21 @@
       <el-table-column
         label="濂楅鍚嶇О"
         align="center"
-        prop="email"
+        prop="dwDeptName"
         :show-overflow-tooltip="true"
         width="160px"
       />
       <el-table-column
         label="鍒嗙粍鍚嶇О"
         align="center"
-        prop="email"
+        prop="groupingName"
         :show-overflow-tooltip="true"
         width="160px"
       />
       <el-table-column
         label="鍗曚綅閮ㄩ棬"
         align="center"
-        prop="dwbm"
+        prop="department"
         :show-overflow-tooltip="true"
         width="160px"
       />
@@ -2247,7 +2247,7 @@
         phoe: null,
         email: null,
         tjType: null,
-        company: null,
+        companyId: null,
         reservationTime: null,
         isExpire: null,
       },
@@ -2432,7 +2432,7 @@
         this.CompanyList.forEach((item) => {
           if (item.drugManufacturerId == this.form.dictCompId) {
             this.form.compName = item.cnName;
-            this.queryParams.company = item.cnName;
+            // this.queryParams.company = item.cnName;
           }
         });
         Deptlist(value).then((response) => {
@@ -2464,6 +2464,8 @@
         this.queryParams.yyjssj = null;
       }
       listReservation(this.queryParams).then((response) => {
+        console.log(this.queryParams,9999999);
+        
         this.reservationList = response.rows;
         //  response.rows.forEach((item, index) =>
         // {item.newID =(this.queryParams.pageNum - 1) * this.queryParams.pageSize +index +1;
@@ -2515,6 +2517,7 @@
         proIds: null,
         pacId: null,
         company: null,
+        drugManufacturerId:null,
         companyId: null,
         jobNo: null,
         department: null,

--
Gitblit v1.8.0