曹睿
7 天以前 41a76543a91e6c39c6ec66e0f2af8244500d1b0b
src/api/procurementManagement/paymentEntry.js
@@ -70,3 +70,12 @@
        params: query
    })
}
// 分页查询
export function paymentHistoryListPage(query) {
    return request({
        url: '/purchase/paymentRegistration/paymentHistoryListPage',
        method: 'get',
        params: query
    })
}