import Ledgrp from '~/components/business/commonModel/ledgrp'; import Pub from '~/components/business/commonModel/index.js'; import Letp from '~/components/business/commonModel/letp'; export default class Letadd { constructor() { this.data = { ledgrp: new Ledgrp().data, addamtflg:"", avbnam:"", trndia: new Pub().data.Trndia, letp: new Letp().data, rskmod: { inftxt: "", // 分类说明 .rskmod.inftxt fentyp: "", // 风险分类 .rskmod.fentyp cda: { useofunds: "", // 资金用途 .rskmod.cda.useofunds cfeogudad: "", // 贷款业务批准文件号 .rskmod.cda.cfeogudad cfeogudcurr: "", // 境内贷款额度币种 .rskmod.cda.cfeogudcurr cfeogudamount: "", // 境内贷款额度金额 .rskmod.cda.cfeogudamount }, cdaflg: "", // 补录�'露分类 .rskmod.cdaflg }, setmod: new Pub().data.Setmod, trnmod: new Pub().data.Trnmod, liaall: new Pub().data.Liaall, docpan: new Pub().data.Docpan, } } }