소스 검색

fix: 修改运行状态

sun-chaochao 3 년 전
부모
커밋
6a6f2a5985
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/device/Instance/Detail/MetadataLog/Property/index.tsx

+ 1 - 1
src/pages/device/Instance/Detail/MetadataLog/Property/index.tsx

@@ -63,7 +63,7 @@ const PropertyLog = (props: Props) => {
           pageIndex: 0,
         },
         start,
-        end,
+        new Date().getTime(),
       );
     }
   }, [visible]);