import Api from "~/service/Api"; import Pts from "~/page/Model/Common/Pts"; import Pub from "~/components/business/commonModel/index.js"; import Fxdgrp from '~/components/business/commonModel/fxdgrp'; export default class Fxtlop { constructor() { this.data = { setmod: new Pub().data.Setmod, docpan: new Pub().data.Docpan, trndia: new Pub().data.Trndia, fxdgrp: new Fxdgrp().data, fxtp: { amtlab: "", // Amount Label .fxtp.amtlab cnylab: "", // Amount LabelCNY .fxtp.cnylab frgchk: "", // 外币 .fxtp.frgchk cnychk: "", // 人民币 .fxtp.cnychk } } } }