更新
This commit is contained in:
11
api/financialCenter/business.js
Normal file
11
api/financialCenter/business.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import request from '@/utils/request'
|
||||
|
||||
export default {
|
||||
getByPage (data) {
|
||||
return request({
|
||||
url: '/oil-finance/oilCompanyAccount/getByPage',
|
||||
method: 'post',
|
||||
data:data
|
||||
})
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user