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

请求方式修改

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