职位列表去投递定时提醒去AI助手弹窗

This commit is contained in:
2026-06-01 15:46:30 +08:00
parent ddb67cfb6f
commit dde72be9de
5 changed files with 214 additions and 11 deletions
+2 -1
View File
@@ -379,7 +379,8 @@ const handleEditTarget = () => {
watch(() => props.modelValue, (val) => {
if (val && store.state.isAuthenticated) {
store.dispatch('loadCommonData')
store.dispatch('loadJobIntention')
// 暂时注释掉loadJobIntention,现在设置弹窗里去掉了求职意向的设置功能,设置求职意向会导致Jobs.vue里岗位列表刷新
// store.dispatch('loadJobIntention')
loadMemberStatus()
}
})