Commit 76f88d39 authored by 邓春圆's avatar 邓春圆

请求方式修改

parent e1351914
......@@ -395,11 +395,11 @@ export function paymentVerificationCancel(data) {
})
}
// 取消付款单反核销
export function paymentCancelFinancePaymentWriteOffNo(params){
export function paymentCancelFinancePaymentWriteOffNo(data){
return request({
url:'ecw/payment/cancelFinancePaymentWriteOffNo',
method:'get',
params
method:'post',
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