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

export default class Litatt {
	constructor() {
		this.data = {
			lidgrp: new Lidgrp().data,
      addamtflg:"",
      avbnam:"",
			doctre: new Pub().data.Doctre,
      trndia: new Pub().data.Trndia,
		}
	}
}