Explorar el Código

fix: 参数修改

xiaweibo hace 2 meses
padre
commit
a8917a042f

+ 1 - 1
src/views/production-safety/hiddenTroubleInvestigationAndGovernance/oneByOneManagement/components/OneByOneNotifyTarget.vue

@@ -165,7 +165,7 @@
     createdAt: route.query.createdAt as string,
   });
 
-  const activeTab = ref<string>(route.query.statusId as string);
+  const activeTab = ref<string>(route.query.statusId as string || 'ALL');
   const searchStatus = ref<string>('');
   const searchDeptName = ref<string>('');
   const searchDateRange = ref<string[] | null>(null);