Browse Source

[Feat 0000] 寸草塔1矿瓦斯抽采泵对接

houzekong 3 weeks ago
parent
commit
4552a464db

+ 2 - 1
src/views/vent/monitorManager/gasPumpMonitor/components/gasPumpHomeCC.vue

@@ -197,7 +197,7 @@
 <script setup lang="ts">
   import { ref, onMounted, onUnmounted, reactive, defineProps, watch, inject, nextTick, onBeforeUnmount } from 'vue';
   import ventBox1 from '/@/components/vent/ventBox1.vue';
-  import { setModelType } from '../gasPump.threejs';
+  import { setModelType, playAnimate } from '../gasPump.threejs';
   import { getMonitorData, devicePropertyType, getModelMonitorTags } from '../gasPump.data';
   // import { leftMonitor, rightMonitor, modelMonitor, detailCtrl } from '../gasPump.dataCc2_2';
   import { list } from '../gasPump.api';
@@ -252,6 +252,7 @@
             if (props.deviceId) {
               const data = await getDataSource(props.deviceId);
               selectData.value = data;
+              playAnimate(data);
             }
             if (timer) {
               timer = null;