yangfeng
2023-10-25 48adbb5e7759f33efb0a97c8baf22aaebba7987a
src/api/sales/quotation.js
@@ -19,8 +19,9 @@
// 删除报价单
export function getDelQuotation(data) {
  return request({
    url: "/api/quotation/delete/" + data.id,
    method: "delete"
    url: "/api/quotation/delete",
    method: "delete",
    data
  })
}
// 更新报价单