Files
wx_oms/api/financialCenter/invoice.js

12 lines
211 B
JavaScript
Raw Normal View History

2024-06-11 08:40:08 +08:00
import request from '@/utils/request'
export default {
getInvoicePoolPage(data = {}) {
return request({
url: '/oil-finance/internalCompany/getInvoicePoolPage',
method: 'post',
data: data
})
},
}