更新检测相关功能
This commit is contained in:
parent
b96157f2c5
commit
ba90e8c90d
@ -136,3 +136,10 @@ export function delWorkInfo(id) {
|
||||
method: 'post'
|
||||
})
|
||||
}
|
||||
export function detail(params) {
|
||||
return request({
|
||||
url: '/partnerOwn/partner/inspectionDetail',
|
||||
method: 'get',
|
||||
params: params
|
||||
})
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user