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