This commit is contained in:
xiaozhiyong
2024-02-21 10:44:24 +08:00
parent b1726eba38
commit 1410072142
5 changed files with 587 additions and 0 deletions

View File

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