From 0a36c1e7503bafa76c93f065f7bbca651180163b Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期五, 25 十月 2024 14:38:45 +0800
Subject: [PATCH] 会议没声音
---
src/views/exam-list/index.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/views/exam-list/index.vue b/src/views/exam-list/index.vue
index f83cbaa..123622f 100644
--- a/src/views/exam-list/index.vue
+++ b/src/views/exam-list/index.vue
@@ -19,7 +19,7 @@
</div> -->
<div class="header-search flex items-center">
- <el-input v-model="searchText" placeholder="璇疯緭鍏ヨ�冭瘯鍚嶇О" :prefix-icon="Search" maxlength="20" />
+ <el-input v-model="searchText" placeholder="璇疯緭鍏ヨ�冭瘯鍚嶇О" :prefix-icon="Search" maxlength="20" @input="searchData"/>
<el-button type="primary" class="ml-4" @click="searchData">鎼滅储</el-button>
</div>
@@ -59,6 +59,7 @@
const activeName = ref('1');
const searchText = ref('');
+const currentIndex = ref(1);
const dataList = ref([]);
--
Gitblit v1.8.0