更新检测相关功能

This commit is contained in:
许允枞 2024-11-05 18:02:58 +08:00
parent b96157f2c5
commit ba90e8c90d
2 changed files with 654 additions and 556 deletions

View File

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