trnrel.js 205 Bytes
Newer Older
潘际乾 committed
1 2 3 4
import Api from "~/service/Api"

export function rejrow(data) {
    return Api.post('/business/trnrel/rejrow', data)
潘际乾 committed
5 6 7 8
}

export function reprow(data) {
    return Api.post('/business/trnrel/reprow', data)
潘际乾 committed
9
}