fix: 修复备注
This commit is contained in:
parent
e2fa696bb2
commit
9e109b3ea6
11
api/AccountPriceFinallReview.js
Normal file
11
api/AccountPriceFinallReview.js
Normal file
@ -0,0 +1,11 @@
|
||||
import request from '@/utils/request'
|
||||
|
||||
// 查询账期价格复审主列表
|
||||
export const getPriceFinallReviewList = (data, query) => {
|
||||
return request({
|
||||
method: 'post',
|
||||
url: '/bussiness/baseusercredithistory/credit-period-repeatedly-review-list',
|
||||
data,
|
||||
params: query,
|
||||
})
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user