diff --git a/src/api/common/index.ts b/src/api/common/index.ts index c188377..29b6c11 100644 --- a/src/api/common/index.ts +++ b/src/api/common/index.ts @@ -37,16 +37,14 @@ export const getCategory = () => { } interface getBankBranchListParams { - province?: string; // 省份 - city?: string; // 城市 - instId?: string; // 顶级机构ID + bankAliceCode?: string; + cityCode?: string; } /** * 获取所有支行 * @params - * province?: string; // 省份 - * city?: string; // 城市 - * instId?: string; // 顶级机构ID + * bankAliceCode 银行别名code bankAliasCode 从 /system/admin/common/bankInfo 获取 + * cityCode 市编码 wxProvinceCode 从 /system/admin/common/region 获取 * @returns */ export const getBankBranchList = (params: getBankBranchListParams) => { diff --git a/src/views/applyments/applyment_in.vue b/src/views/applyments/applyment_in.vue index 8c682ef..3526a80 100644 --- a/src/views/applyments/applyment_in.vue +++ b/src/views/applyments/applyment_in.vue @@ -47,13 +47,15 @@ + style="width: 300px;" v-loading="contactIdCardFrontPicUploadLoading"> - + - + @@ -109,19 +111,21 @@ (上传图片自动识别 有效期) - + - + - + - + @@ -156,7 +160,7 @@ - + @@ -227,7 +231,7 @@ - + @@ -236,33 +240,36 @@ style="width: 300px;"> - - (上传图片自动识别 银行卡号) - + - + - + \ No newline at end of file