Explorar el Código

返回上一页

lifanagju_citu hace 2 meses
padre
commit
8dd0efac3c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 = () => {