liyong
2026-01-23 b3474a8342c7301dea519e0ea42905a716968078
src/api/salesManagement/receiptPayment.js
@@ -40,7 +40,7 @@
// 查询已经绑定发票的开票台账
export function bindInvoiceNoRegPage(query) {
    return request({
        url: '/receiptPayment/bindInvoiceNoRegPage',
        url: '/sales/product/listPageSalesLedger',
        method: 'get',
        params: query
    })