src/views/newregister/utils/types.ts
@@ -4,7 +4,7 @@ /** 主键Id */ id?: number | null; /** 企业类型(不可空) */ enterpriseType: string; enterpriseType: []; /** 主体角色代码(不可空,原字段TransactionCode) */ exRoleCode: string; /** 交易主体代码(同角色代码,不可空) */ @@ -50,6 +50,7 @@ /** 电话号码校验码(不可空) */ phoneVCode: string; bankAccountIMG: string; account?: string; } interface RoleInfo { /** 角色编码 */