yangfeng
2023-10-16 393ddcd51f0d588d13c6f5adc20e866aad259775
src/api/sales/quotation.js
@@ -1,10 +1,11 @@
import request from "@/common/untils/request.js"
// 报价单列表
export function getQuotationList() {
export function getQuotationList(data) {
  return request({
    url: "/api/quotation/list",
    method: "get"
    method: "post",
    data
  })
}
// 添加报价单