|
@@ -100,8 +100,9 @@ const resumeList = ref([
|
|
|
{ name: 'interview', icon: 'mdi-account-multiple-check-outline', title: t('resume.interviewSchedule'), desc: '' },
|
|
|
])
|
|
|
const showInterviewSchedule = ref(false)
|
|
|
-const resumeClick = (val) => {
|
|
|
+const resumeClick = async (val) => {
|
|
|
if (val.name === 'interview') {
|
|
|
+ await getUserInterviewInvitePageList() // 获取最新数据
|
|
|
showInterviewSchedule.value = true
|
|
|
}
|
|
|
}
|