Commit fa102fd0 authored by wux's avatar wux

任务103遗漏提交内容重新提交

parent f64ff236
......@@ -17,6 +17,13 @@ export function updateOffer(data) {
data: data
})
}
export function updateByCustomerFollow(data) {
return request({
url: "/ecw/offer/updateByCustomerFollow",
method: "put",
data: data
})
}
// 删除报价单管理
export function deleteOffer(id) {
......
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