yaowanxin
19 小时以前 4de0bda42bbfa056be31330261068cb9c364f2d5
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,
  });