gaoluyang
22 小时以前 b90756077b06b81383ec8b4c1b2206eb3a414fd8
src/api/procurementManagement/procurementInvoiceLedger.js
@@ -61,7 +61,7 @@
// 查询列表
export function invoiceListPage(query) {
  return request({
    url: "/purchase/registration/listPage",
    url: "/sales/product/listPagePurchaseLedger",
    method: "get",
    params: query,
  });