From c2dd0d1203bd4e37cbd896bde4b15f85fcce8b78 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Sat, 08 Oct 2022 17:26:43 +0800
Subject: [PATCH] 更换为接口查询影像数据

---
 src/components/selectName/index.vue |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/components/selectName/index.vue b/src/components/selectName/index.vue
index be896d8..e6f19a6 100644
--- a/src/components/selectName/index.vue
+++ b/src/components/selectName/index.vue
@@ -33,7 +33,6 @@
     methods: {
 
         currentClick (item, index) {
-            // 触发Student组件实例身上的atguigu事件
             this.$emit('selectItem', item, index)
             if (this.currentIndex == index) {
                 this.listFlag = false

--
Gitblit v1.9.3