From 724c4830ea23cd632802a2f76a318a16b309f8a2 Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期五, 27 十二月 2024 09:00:00 +0800
Subject: [PATCH] 滚动条

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

diff --git a/src/views/system/tijian/index copy.vue b/src/views/system/tijian/index copy.vue
index 7750fb1..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) {
@@ -1758,6 +1758,7 @@
 
     // 椤圭洰鎻愪氦
     submit() {
+      console.log('123')
       if (this.form.cusIdcard) {
         var cusId = this.form.cusIdcard;
       } else {

--
Gitblit v1.8.0