温红权 3 년 전
부모
커밋
654f0e2d58
2개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 0
      ruoyi-ui/public/aliplayer-min.js
  2. 4 1
      ruoyi-ui/src/views/components/table/homeTable.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
ruoyi-ui/public/aliplayer-min.js


+ 4 - 1
ruoyi-ui/src/views/components/table/homeTable.vue

@@ -120,7 +120,7 @@
 <script>
 import scroll from "./scroll.vue"
 import {getDeviceType, getIllegalShipStatic, getSo2Time, getStaticDevice} from "@/api/data/staticalData";
-import {getdeviceList, queryShipData} from "@/api/data/deviceData";
+import {getdeviceList, queryShipData,queryallShipData} from "@/api/data/deviceData";
 import mapdiv from '../../../components/map/index.vue'
 import {getThresholdList} from "@/api/data/liuData";
 
@@ -218,6 +218,9 @@ export default {
     this.getStaticDevice();
     this.getIllegalShipStatic();
     this.getshipData();
+
+    this.getallshipData();
+
     var that = this;
     setInterval(() => {
       that.getshipData();

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.