From 22400e8373197f64a3ebf64053fe2fe11a74ce4f Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期二, 31 十二月 2024 19:11:17 +0800
Subject: [PATCH] 33

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

diff --git a/src/views/system/tijian/index copy.vue b/src/views/system/tijian/index copy.vue
index f133bb8..9251022 100644
--- a/src/views/system/tijian/index copy.vue
+++ b/src/views/system/tijian/index copy.vue
@@ -1369,7 +1369,7 @@
               this.discount = this.form.discount;
             }
             if (this.form.tjType === null) {
-              this.form.tjType = "2";
+              this.form.tjType = this.dict.type.dict_team[0].value;
             }
             if (this.form.reservationId != null) {
               if (this.form.groupingId) {

--
Gitblit v1.8.0