From 58726ca61252737d34fbdff9abd46f5f376bccd1 Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期一, 02 十二月 2024 18:01:37 +0800 Subject: [PATCH] lkk 12.2 --- 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