This commit is contained in:
2026-01-22 13:38:10 +08:00
parent b350322626
commit 313fe64475
151 changed files with 13060 additions and 4411 deletions

View File

@@ -88,7 +88,6 @@ const getDetailList = () => {
detailList.value = []
}
}).catch((err: any) => {
console.error('获取履历详情失败', err)
detailList.value = []
}).finally(() => {
loading.value = false