|
@@ -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);
|