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