chenrui
9 天以前 bf6d13fdf5ba7dd4dd2533e62f95f529b272a31e
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
    })
}