Commit 89234f59 by tianxinyu

fec方法修改

parent 07ef377c
......@@ -20,11 +20,11 @@ export function deleteById(inr) {
return Api.post(`/test/fec/deleteById?inr=${inr}`)
}
export function addFeeData(data) {
return Api.post(`/test/fec/addFeeData`, data)
export function addFeeData(inr,data) {
return Api.post(`/test/fec/addFeeData?inr=${inr}`, data)
}
export function editFeeData(data) {
export function editFeeData(inr,data) {
return Api.post(`/test/fec/editFeeData?inr=${inr}`, data)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment