Parcourir la source

已测试,待开放上线

lifanagju_citu il y a 2 mois
Parent
commit
2ccdbe9231
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      pagesA/chart/index.vue

+ 1 - 1
pagesA/chart/index.vue

@@ -522,7 +522,7 @@ async function handleSendResume () {
     return
   }
   let practice = null
-  if (isStudent.value) {
+  if (isStudent) {
     practice = await studentDeliveryFormRef.value.getQueryParams()
     if (!practice) return
   }