index.js 270 Bytes
Newer Older
fukai committed
1
import Api from "~/service/Api"
2
import Pts from "~/page/Model/Common/Pts"
fukai committed
3 4 5 6 7 8 9 10 11 12 13

export default class Rptgen{
    constructor () {
        this.data = {
						rptmod:{
							rpttyp:"",			//  报表种类:		.rptmod.rpttyp
						},
						pageId: ""			// ctx的key
				}
    }
}