index.js 569 Bytes
Newer Older
fukai committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
import Lidgrp from '~/components/business/commonModel/lidgrp';
import Pub from '~/components/business/commonModel/index.js';

export default class Liteng {
  constructor() {
    this.data = {
      lidgrp: new Lidgrp().data,
      addamtflg:"",
      avbnam:"",
      setmod: new Pub().data.Setmod,
      docpan: new Pub().data.Docpan,
      liaall: new Pub().data.Liaall,
      trndia: new Pub().data.Trndia,
      limmod: new Pub().data.Limmod,
      liaccv: new Pub().data.Liaccv,
      dnfmod: new Pub().data.Dnfmod,
      jshmod: new Pub().data.Jshmod,
    }
  }
}