[FIX]【保全】保全进度查询列表

This commit is contained in:
yuweiqi
2020-06-04 14:14:24 +08:00
parent e24fde33db
commit f70d800586
6 changed files with 127 additions and 304 deletions

View File

@@ -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({