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 = [ {