|
@@ -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;
|