Commit f5b117b1 authored by hiyonx's avatar hiyonx

修复订单原因删除异常

parent 97f661ca
...@@ -38,7 +38,7 @@ export function updateClause(data) { ...@@ -38,7 +38,7 @@ export function updateClause(data) {
// 删除销售订单付款条件 // 删除销售订单付款条件
export function delClause(id) { export function delClause(id) {
return request({ return request({
url: '/md/clause/' + id, url: '/md/payment/' + id,
method: 'delete' method: 'delete'
}) })
} }
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