From 16670433d091f0f83d2dee8cdf462c3d83983ef4 Mon Sep 17 00:00:00 2001 From: Cool <747682928@qq.com> Date: Wed, 16 Oct 2024 21:00:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/cet/cet-student-query.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/cet/cet-student-query.vue b/src/views/cet/cet-student-query.vue index daa56fe..ef222fb 100644 --- a/src/views/cet/cet-student-query.vue +++ b/src/views/cet/cet-student-query.vue @@ -55,7 +55,7 @@ }); const isShow = ref(false); const loading = ref(false); - const tableData = ref([]); + const tableData: any = ref([]); const tableLabel = ref([ { title: '考试批次',