From 03e883d19ea0ec1a32b406e802d1730fb61e24f4 Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期二, 12 八月 2025 17:40:21 +0800 Subject: [PATCH] 1 --- 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