Remove obsolete export APIs and persist recruitment work history

This commit is contained in:
wkc
2026-04-22 13:38:43 +08:00
parent 94507e3747
commit 0c5fa6b2c8
47 changed files with 823 additions and 408 deletions

View File

@@ -43,15 +43,6 @@ export function delRelation(ids) {
})
}
// 导出信贷客户实体关联
export function exportRelation(query) {
return request({
url: '/ccdi/custEnterpriseRelation/export',
method: 'post',
params: query
})
}
// 下载导入模板
export function importTemplate() {
return request({