import XxtfeeCheck from '~/components/business/xxtfee/model/check.js'; export default { data() { return { rules: { ...new XxtfeeCheck(this).check, "dfdgrp.rec.pntref": null, "dfdgrp.rec.ownref": null, "dfdgrp.rec.issdat": null, "dfdgrp.cbs.max.cur": null, "dfdgrp.cbs.max.amt": null, "dfdgrp.rec.fintyp": null, "dfdgrp.rec.dfuflg": null, "dfdgrp.rec.trntyp": null, "dfdgrp.rec.pntnam": null, "dfdgrp.rec.nam": null, "dfdgrp.apl.pts.extkey": null, "dfdgrp.apl.pts.ref": null, "dfdgrp.apl.pts.adrblk": null, } } } }