import Pub from '~/components/business/commonModel/index.js'; import Dedgrp from '~/components/business/commonModel/dedgrp'; import Detp from '~/components/business/commonModel/detp'; export default class Detelc { constructor() { this.data = { addamtflg:'', avbnam:'', cnftxt:'', commsg: { msgtxt: "", // 信息内容 .commsg.msgtxt jscyjg: "", // 接收行联行行号 .commsg.jscyjg adrblk: "", typsel:"", }, detp: new Detp().data, dedgrp: new Dedgrp().data, setmod: new Pub().data.Setmod, docpan: new Pub().data.Docpan, liaall: new Pub().data.Liaall, trndia: new Pub().data.Trndia, } } }