zuozhengqing
2024-03-27 b811e2fa4cdcb5949047faa78aa9299aec1d2f67
src/api/purchaseManage/purchase.js
@@ -105,8 +105,8 @@
// 确认采购单
export function newSubmitPurchase(data) {
  return request({
    url: "/api/purchase/newSubmit/"+data,
    method: "get",
    url: "/api/purchase/newSubmit",
    method: "post",
    data
  })
}