From 3f0a509bba98151a08f5abd057c7a6f77064f5bc Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期二, 29 十月 2024 11:31:21 +0800
Subject: [PATCH] 2024.10.29

---
 src/views/system/tijian/index.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/views/system/tijian/index.vue b/src/views/system/tijian/index.vue
index a0587e3..f84b262 100644
--- a/src/views/system/tijian/index.vue
+++ b/src/views/system/tijian/index.vue
@@ -2192,8 +2192,7 @@
               this.discount = this.form.discount;
             }
             if (this.form.tjType === null) {
-              // this.form.tjType = "2";
-              this.form.tjType = "3";
+              this.form.tjType = "2";
             }
             if (this.form.reservationId != null) {
               if (this.form.groupingId) {

--
Gitblit v1.8.0