导出申请评估记录

This commit is contained in:
zhonghua.li
2026-05-15 14:03:16 +08:00
parent baa24338b7
commit 0106c8373b
2 changed files with 95 additions and 0 deletions

View File

@@ -40,3 +40,13 @@ export function parseAssessmentApplyFromText(data) {
timeout: 120000
})
}
/** 按租户与申请日期时间范围导出申请评估 Excel */
export function exportLbAssessmentApply(params) {
return request({
url: '/lbAssessmentApply/export',
method: 'get',
params,
responseType: 'blob'
})
}