xiaweibo 2 месяцев назад
Родитель
Сommit
a8917a042f

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

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