gaoluyang
2025-06-13 feb53a39cb88c7f807c287b18d8008bb149b5200
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
    })
}