ソースを参照

fix: 修改运行状态

sun-chaochao 3 年 前
コミット
6a6f2a5985

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

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