= 职业规划推荐

This commit is contained in:
2026-01-23 18:38:13 +08:00
parent a45b247496
commit b030d45d49
3 changed files with 206 additions and 137 deletions

View File

@@ -81,7 +81,7 @@ export const useCareerRecommendationStore = defineStore('career-recommendation',
professions.value = data.map((d) => {
return {
label: d.name,
value: `${ d.jobId }`
value: d.name
};
});
} catch (e) {