From 990cbdbe0fd628361bfdf4f9a2bb64db5d8b6fe5 Mon Sep 17 00:00:00 2001
From: Oliver <1070107765@qq.com>
Date: 星期二, 13 十二月 2022 11:29:04 +0800
Subject: [PATCH] 预警研判添加定时器刷新数据

---
 src/components/illdetail/index.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/components/illdetail/index.vue b/src/components/illdetail/index.vue
index 85a20ec..fee547e 100644
--- a/src/components/illdetail/index.vue
+++ b/src/components/illdetail/index.vue
@@ -130,6 +130,7 @@
           <MyFilePicture
             v-else-if="activeIndex === 2"
             :filesPictureVo="filesPictureVo"
+            :mycode='mycode'
           ></MyFilePicture>
           <MySovleProblem
             v-else-if="activeIndex === 3"
@@ -197,10 +198,10 @@
   },
   methods: {
     changeComponent(index) {
-      this.activeIndex = index;
+      this.activeIndex = index; 
     },
   },
-  props: ["info"],
+  props: ["info","mycode"],
 };
 </script>
 <style lang="scss" scoped>

--
Gitblit v1.8.0