Browse Source

已测试,待开放上线

lifanagju_citu 2 months ago
parent
commit
2ccdbe9231
1 changed files with 1 additions and 1 deletions
  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
   }