This commit is contained in:
xiaozhiyong
2024-06-11 08:40:08 +08:00
parent c872e87349
commit 69f63076c8
4 changed files with 299 additions and 1 deletions

View File

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