trnrel.js 205 Bytes Edit 1 2 3 4 5 6 7 8 9 import Api from "~/service/Api" export function rejrow(data) { return Api.post('/business/trnrel/rejrow', data) } export function reprow(data) { return Api.post('/business/trnrel/reprow', data) }