From 44abccb72072ef05474b06ed790f069c85c24faf Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期一, 28 十月 2024 15:35:02 +0800
Subject: [PATCH] 10.28

---
 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