From af81e50b4d103d2c2b372d4837bd738bc67110f5 Mon Sep 17 00:00:00 2001 From: zjh <1084500556@qq.com> Date: 星期一, 02 十二月 2024 08:06:46 +0800 Subject: [PATCH] zjh20241202 --- 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