mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-20 09:36:45 +08:00
[FIX]【保全】退保、进度查询、filters
This commit is contained in:
@@ -51,6 +51,14 @@ export function queryEdorList(data) {
|
||||
data
|
||||
})
|
||||
}
|
||||
//保全试算
|
||||
export function trial(data) {
|
||||
return request({
|
||||
url: getUrl('/edor/edor/trial', 1),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
//签名信息保存
|
||||
export function edorSignSave(data) {
|
||||
return request({
|
||||
|
||||
Reference in New Issue
Block a user