From 9bd0967b2b8c0bbca5a2843254f8f3f12ecfe792 Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期五, 01 十一月 2024 11:35:32 +0800 Subject: [PATCH] 11.1 --- 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