From 857950aac3233497766024759fdf4eff55d58424 Mon Sep 17 00:00:00 2001
From: qx <1084500556@qq.com>
Date: 星期三, 13 八月 2025 14:28:22 +0800
Subject: [PATCH] Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peisweb_region

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

diff --git a/src/views/reservation/reservations/index.vue b/src/views/reservation/reservations/index.vue
index d039963..eca2e6d 100644
--- a/src/views/reservation/reservations/index.vue
+++ b/src/views/reservation/reservations/index.vue
@@ -2172,6 +2172,7 @@
         sex: null,
         phoe: "",
         nation: null,
+        companyId:null,
         email: "",
         marriage: null,
         address: "",
@@ -2605,6 +2606,7 @@
     handleUpdate(row) {
       this.title = "淇敼浣撴棰勭害";
       this.formIn = row;
+      
       this.form.tjType = this.formIn.tjType;
       if (this.formIn.timeRegion === 0) {
         this.formIn.timeRegion = "8:00-9:00";
@@ -3143,7 +3145,8 @@
           isExpire: this.formIn.isExpire,
           address: this.formIn.address,
           company: this.formIn.company,
-          department: this.formIn.department,
+          companyId: this.formIn.companyId,
+          marriage: this.formIn.marriage,
           discount: this.discount,
           email: this.formIn.email,
           idCard: this.formIn.idCard,
@@ -3170,6 +3173,7 @@
           address: this.formIn.address,
           company: this.formIn.company,
           department: this.formIn.department,
+          companyId: this.formIn.companyId,
           discount: this.discount,
           email: this.formIn.email,
           idCard: this.formIn.idCard,
@@ -3233,6 +3237,7 @@
             address: this.formIn.address,
             company: this.formIn.company,
             department: this.formIn.department,
+            companyId: this.formIn.companyId,
             discount: this.discount,
             email: this.formIn.email,
             idCard: this.formIn.idCard,
@@ -3259,6 +3264,7 @@
             address: this.formIn.address,
             company: this.formIn.company,
             department: this.formIn.department,
+            companyId: this.formIn.companyId,
             discount: this.discount,
             email: this.formIn.email,
             idCard: this.formIn.idCard,

--
Gitblit v1.8.0