import Api from "~/service/Api" import Pts from "../Common/Pts" export default class Cnysel{ constructor () { this.data = { cnytyp:"", // 申报类型 .cnytyp ownref:"", // 业务编号 .ownref frmdat:"", // From .frmdat tildat:"", // Until .tildat ownextkey:"", // Initial Code .ownextkey cnystm:"", // Selection .cnystm pageId: "" // ctx的key } } }