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

export default class Trtadd {
	constructor() {
		this.data = {
			trdgrp: new Trdgrp().data,
			trndia: new Pub().data.Trndia,
			chgovdflg:"",
			oldovdflg:"",
		}
	}
}