Browse Source

Merge branch 'jobFair' of https://git.citupro.com/zhengnaiwen_citu/menduner into jobFair

Xiao_123 2 weeks ago
parent
commit
f0c952ccc9
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/plugins/dialogExtend/components/necessaryInfoDialog.vue

+ 3 - 1
src/plugins/dialogExtend/components/necessaryInfoDialog.vue

@@ -88,7 +88,9 @@ const simpleInfoSubmit = async () => {
     dialog.value = false
     overlay.value = false
     props.sure()
-    if (isStudent.value) window.location.href = '/recruit/personal/personalCenter/student/information'
+    setTimeout(() => {
+      if (isStudent.value) window.location.href = '/recruit/personal/personalCenter/student/information'
+    }, 1000)
   } catch (error) {
     console.error('error', error)
   }