From 43b9a5db04b61cd10c9f2b308f4dfebea628992c Mon Sep 17 00:00:00 2001 From: mixtan <424491071@qq.com> Date: Fri, 20 Jun 2025 23:04:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=B1=BB=E5=9E=8B=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/start/check.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/start/check.vue b/src/views/start/check.vue index 111d28b..f7d6fff 100644 --- a/src/views/start/check.vue +++ b/src/views/start/check.vue @@ -245,6 +245,10 @@ interface FormItemType { sort?: number; } +type ApplyFormDataType = { + [key in string]: any +} + const orcImgTypeConf = { FR_ID_CARD_FRONT: "FR_ID_CARD_FRONT", FR_ID_CARD_BEHIND: "FR_ID_CARD_BEHIND", @@ -297,7 +301,7 @@ const handleChangeBizCategory = (value) => { applyFormData.biz_second_category = bizSecondCategoryId; } }; -const applyFormData = reactive({}); +const applyFormData = reactive({}); const isLoggedIn = ref(!!userStore.token); const optionsPermitType = [ {