import Api from "~/service/Api"
import Pts from "~/page/Model/Common/Pts"
export default class Smtexe{ constructor () { this.data = { smegrp:{ mpi:{ sndbic:"", // : .smegrp.mpi.sndbic act:"", // : .smegrp.mpi.act cur:"", // : .smegrp.mpi.cur subtyp:"", // : .smegrp.mpi.subtyp rcvbic:"", // : .smegrp.mpi.rcvbic othref:"", // : .smegrp.mpi.othref }, lst:[], // .smegrp.lst }, smep:{ begdat:"", // : .smep.begdat enddat:"", // 至 .smep.enddat begvaldat:"", // : .smep.begvaldat endvaldat:"", // 至 .smep.endvaldat daochu:"", // 导出 .smep.daochu }, pageId: "" // ctx的key } } }