import Ledgrp from '~/components/business/commonModel/ledgrp';
import Bedgrp from '~/components/business/commonModel/bedgrp';
import Betp from '~/components/business/commonModel/betp';
import Pub from '~/components/business/commonModel/index.js';

export default class Betrop {
    constructor() {
        this.data = {
            ledgrp: new Ledgrp().data,
            bedgrp: new Bedgrp().data,
            betp: new Betp().data,
            pageId: "",			// ctx的key
			setmod: new Pub().data.Setmod,
			mtabut: new Pub().data.Mtabut,
			trnmod: new Pub().data.Trnmod,
			// limmod: new Pub().data.Limmod,
			liaall: new Pub().data.Liaall,
			liaccv: new Pub().data.Liaccv,
			docpan: new Pub().data.Docpan,
            trndia: new Pub().data.Trndia,
        }
    }
}