file.js 191 Bytes
Newer Older
潘际乾 committed
1 2
import Api from "~/service/Api"

3 4
export function display(inr) {
    return Api.post(`/business/display/${inr}`)
潘际乾 committed
5 6 7 8 9
}

export function getPdf(data) {
    return Api.post('/business/pdf', data)
}