lifanagju_citu 2 месяцев назад
Родитель
Сommit
2ccdbe9231
1 измененных файлов с 1 добавлено и 1 удалено
  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
   }