|
|
@@ -11,7 +11,7 @@
|
|
|
<Field name="idCardType" label="证件类型" :rules="formRules.cardtype" is-link>
|
|
|
<template #input>
|
|
|
<app-select v-model="formData.cardtype" placeholder="请选择证件类型"
|
|
|
- :options="getAQCertificateTypeList()" :readonly="isReadonly" />
|
|
|
+ :options="getCerTypePersonList()" :readonly="isReadonly" />
|
|
|
</template>
|
|
|
</Field>
|
|
|
<Field v-model="formData.cardnum" name="cardnum" label="证件号码" placeholder="请输入证件号码" :rules="formRules.cardnum"
|
|
|
@@ -46,7 +46,7 @@ import { shallowRef, onMounted } from 'vue'
|
|
|
import { CellGroup, Button, Field, Form, FormInstance, showFailToast, FieldRule, Image } from 'vant'
|
|
|
import { fullloading, dialog } from '@/utils/vant';
|
|
|
import { getFileUrl } from '@/filters';
|
|
|
-import { getAQCertificateTypeList } from "@/constants/account";
|
|
|
+import { getCerTypePersonList } from "@/constants/account";
|
|
|
import { useRequest } from '@/hooks/request'
|
|
|
import { queryTencentUsereSignRecords, requestCheckCardNum } from '@/services/api/account';
|
|
|
import { addAuthReq } from '@/business/user/account';
|