src/api/procurementManagement/procurementInvoiceLedger.js
@@ -48,4 +48,13 @@ method: 'get', params: query }) } } // 查询列表 export function invoiceListPage(query) { return request({ url: '/purchase/registration/listPage', method: 'get', params: query }) }