huminmin
22 小时以前 c82a938c4fee27a6e478782ffc355809cd5cdcda
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,
  });