From 7860fe0191d10b79a53bd294edd36d31e9fb504c Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期二, 03 十二月 2024 10:03:26 +0800 Subject: [PATCH] 12.03 --- src/views/system/tijian/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/system/tijian/index.vue b/src/views/system/tijian/index.vue index 1ea1d2c..96721e4 100644 --- a/src/views/system/tijian/index.vue +++ b/src/views/system/tijian/index.vue @@ -1654,7 +1654,7 @@ // 琛ㄥ崟鍙傛暟 form: { cusIdcard: "", - tjType: "2", + tjType: "3", cusSex: 1, cusNational: "1", cusMarryStatus: "1", @@ -2196,7 +2196,7 @@ this.discount = this.form.discount; } if (this.form.tjType === null) { - this.form.tjType = "2"; + this.form.tjType = "3"; } if (this.form.reservationId != null) { if (this.form.groupingId) { -- Gitblit v1.8.0