Browse Source

改冲突

hongrunxia 1 year ago
parent
commit
d1aa3cb888

+ 5 - 0
src/views/vent/home/clique/components/fan-monitor.vue

@@ -35,6 +35,11 @@
   import * as echarts from 'echarts';
 
   const emit = defineEmits(['goDetail'])
+  const props = defineProps({
+    fandata: {
+      type: Array,
+    }
+  });
   let searchValue = ref('局扇监测');
   let fanTypeList = reactive<any[]>([]);
 

+ 2 - 2
src/views/vent/home/clique/index.vue

@@ -1,6 +1,5 @@
 <template>
   <div style="position: relative; width: 100%; height: 100%;">
-    
     <div class="home-container" v-if="pageType == 'home'">
       <div class="header">
         <div class="head-time">
@@ -14,7 +13,7 @@
         <div class="left-content">
           <!-- 局部通风机 -->
           <div class="monitor-box">
-            <fanMonitor @goDetail="goDetail":fandata="fanLocalList" />
+            <fanMonitor @goDetail="goDetail" :fandata="fanLocalList" />
           </div>
           <!-- 主通风机 -->
           <div class="monitor-box monitor-box1">
@@ -133,6 +132,7 @@ function getList() {
   });
 }
   onMounted(() => {
+    changeModalBox()
     const renderModal = () => {
       const element = document.getElementById('__qiankun_microapp_wrapper_for_micro_vent_3_d_modal__')
       if(element){