import Pub from '~/components/business/commonModel/index.js'; import Pts from '~/components/business/commonModel/Pts'; import Dedgrp from '~/components/business/commonModel/dedgrp'; export default class Detcan { constructor() { this.data = { cnftxt:"", strinf: "", // 描述 .detcanf.strinf sndmsg: "", // Send Message .sndmsg pageId: "", // ctx的key dedgrp: new Dedgrp().data, setmod: new Pub().data.Setmod, mtabut: new Pub().data.Mtabut, trnmod: new Pub().data.Trnmod, liaall: new Pub().data.Liaall, docpan: new Pub().data.Docpan, doctre: new Pub().data.Doctre, // umdmod: new Pub().data.Umdmod, trndia: new Pub().data.Trndia, // rmbbop: new Pub().data.Rmbbop, // cfagit: new Pub().data.Cfagit, // ypnmod: new Pub().data.Ypnmod } } }