lifanagju_citu 2 mesi fa
parent
commit
8dd0efac3c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      pagesA/student/internshipReport.vue

+ 1 - 1
pagesA/student/internshipReport.vue

@@ -66,8 +66,8 @@ onLoad((options) => {
   console.log('onLoad:', 789)
   if (options.enterpriseId) {
     enterpriseId.value = options.enterpriseId
+    getList()
   }
-  getList()
 })
 
 const addReport = () => {