lxh 1 year ago
parent
commit
8b0cbaba62

+ 2 - 3
src/views/vent/fire/fireHome/components/workJc.vue

@@ -168,12 +168,11 @@ watch(() => props.echartData, (newV, oldV) => {
     })
     let maxValue = fxLenged.sort((a, b) => b.value - a.value)
     echartDatas.push(maxValue[0])
+    getOption();
   }
 }, { immediate: true, deep: true })
 
-onMounted(() => {
-  getOption();
-});
+
 </script>
 
 <style lang="less" scoped>

+ 3 - 3
src/views/vent/fire/fireHome/index.vue

@@ -5,7 +5,7 @@
       <iframe src="http://82.157.13.146:18224/valkyrja" width="100%" height="100%" frameborder="0"></iframe>
     </div> -->
     <div class="main-container">
-      <transition name="fade" mode="out-in">
+      <transition>
         <div class="left-area" v-if="isShow">
           <!-- 左上区域 -->
           <div class="left-t">
@@ -59,7 +59,7 @@
 
           <iframe src="http://172.16.253.23:91/valkyrja/?type=tf" width="100%" height="100%" frameborder="0"></iframe>
         </div>
-        <transition name="fade" mode="out-in">
+        <transition>
           <div class="center-b" v-if="isShow">
             <DanelBd :moduleName="'工作面束管监测'" :selectValue="pointCode" :moduleSelect="moduleSelect"
               :contentStyle="{ contentH: '245px' }" commonTitle="selected" :selectList="selectList"
@@ -70,7 +70,7 @@
         </transition>
       </div>
 
-      <transition name="fade" mode="out-in">
+      <transition>
         <div class="right-area" v-if="isShow">
           <!-- 右上区域 -->
           <div class="right-t">