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