From c1c553fb36068110106db6197b87f45001c937ee Mon Sep 17 00:00:00 2001 From: buaixuexideshitongxue <2936013465@qq.com> Date: Mon, 30 Mar 2026 18:22:16 +0800 Subject: [PATCH] =?UTF-8?q?fix--=E9=BB=98=E8=AE=A4=E5=BE=85=E9=A2=84?= =?UTF-8?q?=E8=AD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/warning/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/warning/index.vue b/src/views/warning/index.vue index b9df58e..2877d65 100644 --- a/src/views/warning/index.vue +++ b/src/views/warning/index.vue @@ -8,7 +8,7 @@ const route = useRoute() const loading =ref(false) const total =ref(10) const tableData =ref([]) -const activeTab = ref(route.query.specialArea === 'cwlnt' ? 'cwlnt' : route.query.warningState === '1' ? '1' : 'all') +const activeTab = ref(route.query.specialArea === 'cwlnt' ? 'cwlnt' : route.query.warningState === '1' ? '1' : '0') const query = ref({ size: Number(route.query.size) || 10, current: Number(route.query.current) || 1,