index.js 984 Bytes
import Pub from '~/components/business/commonModel/index.js';
import Ledgrp from '~/components/business/commonModel/ledgrp';
import Letp from '~/components/business/commonModel/letp';


export default class Lettrf{
    constructor () {
        this.data = {
			ledgrp: new Ledgrp().data,
			oldledgrp: new Ledgrp().data,
			letp: new Letp().data,

            pageId: "",			// ctx的key
            setmod: new Pub().data.Setmod,
            mtabut: new Pub().data.Mtabut,
            trnmod: new Pub().data.Trnmod,
            // liaall: new Pub().data.Liaall,
            // limmod: new Pub().data.Limmod,
            // liaccv: new Pub().data.Liaccv,
            docpan: new Pub().data.Docpan,
            // doctre: new Pub().data.Doctre,
            // umdmod: new Pub().data.Umdmod,
            trndia: new Pub().data.Trndia,
            // rmbbop: new Pub().data.Rmbbop,
            // cfagit: new Pub().data.Cfagit,
            // ypnmod: new Pub().data.Ypnmod,

				}
    }
}