职位列表去投递定时提醒去AI助手弹窗
This commit is contained in:
@@ -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()
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user