index.js 677 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
import Api from "~/service/Api"
import Pts from "../Common/Pts"

export default class AssetPub{
    constructor () {
        this.data = {
            assposref:"",//资产发布编号
            assregref:"",//资产登记编号
            offtyp:"", //要约类型
            settyp:"",//结息方式
            credat:"",//资产发布日期

zhoutian committed
13 14 15 16 17 18 19
           edit:{
            assposref:"",//资产发布编号
            assregref:"",//资产登记编号
            offtyp:"", //要约类型
            settyp:"",//结息方式
            credat:"",//资产发布日期
           },
20 21 22 23 24 25 26 27 28 29 30 31 32 33
    

        


               
                


            
						
				}
    }
}