CzRger преди 6 дни
родител
ревизия
3e459ef9f8
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/stores/ship-map/ship-map.ts

+ 2 - 2
src/stores/ship-map/ship-map.ts

@@ -208,8 +208,8 @@ export const useShipMapStore = defineStore('shipMap', () => {
           }
         })
         if (d[state.trackKeys.shipId]) {
-          // shipArchiveDetail(formatGetParam({id: d[state.trackKeys.shipId]})).then(res => {
-          shipArchiveDetail(formatGetParam({id: '01d64e98bd904d2880ecd0e74d35383c'})).then(res => {
+          shipArchiveDetail(formatGetParam({id: d[state.trackKeys.shipId]})).then(res => {
+          // shipArchiveDetail(formatGetParam({id: '01d64e98bd904d2880ecd0e74d35383c'})).then(res => {
             if (res.code == 0) {
               state.trackMap.get(feature.get('_id')).archiveParams.data = res.data
             } else {