소스 검색

档案动态ID

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 {