index.js 475 Bytes
Newer Older
fukai committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
import Didgrp from '~/components/business/commonModel/didgrp';
import Pub from '~/components/business/commonModel/index.js';

export default class Ditenc {
  constructor() {
    this.data = {
      didgrp: new Didgrp().data,
      avbnam:"",
      setmod: new Pub().data.Setmod,
      docpan: new Pub().data.Docpan,
      liaall: new Pub().data.Liaall,
      trndia: new Pub().data.Trndia,
      liaccv: new Pub().data.Liaccv,
      dnfmod: new Pub().data.Dnfmod,
    }
  }
}