|
|
@@ -164,6 +164,7 @@ export function useDoBankSign() {
|
|
|
CertID: decryptAES(userInfo?.cardnum ?? ''),
|
|
|
CertType: userInfo?.cardtypeid.toString(),
|
|
|
BankAccountName: userInfo?.customername,
|
|
|
+ MobilePhone: userInfo?.mobile2
|
|
|
})
|
|
|
|
|
|
const onSubmit = async () => {
|
|
|
@@ -300,7 +301,7 @@ export function useDoCusBankExtendConfigs(extendbiztype?: number) {
|
|
|
if (res.data.length != 0) {
|
|
|
configs.value = res.data.map(obj =>({
|
|
|
...obj,
|
|
|
- value:''
|
|
|
+ value: ''
|
|
|
}))
|
|
|
}
|
|
|
})
|