import Api from "~/service/Api" import Pts from "~/page/Model/Common/Pts" export default class Fxdsdb{ constructor () { this.data = { fddp:{ begdat:"", // 导入起始日期 .fddp.begdat enddat:"", // 导入截止日期 .fddp.enddat filtyp:"", // 文件类型 .fddp.filtyp filnam:"", // 文件名 .fddp.filnam }, cpsfxdgrp:{ fxdlst:[], // .cpsfxdgrp.fxdlst }, pageId: "" // ctx的key } } }