From e184f67a2bf120c12775a8b37d0e9c58735036e8 Mon Sep 17 00:00:00 2001
From: xc <double72cheng@gmail.com>
Date: Thu, 29 Apr 2021 16:42:19 +0800
Subject: [PATCH] 修改精确时间 更改时间轴

---
 src/main/resources/public/js/history/historyComponent.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/public/js/history/historyComponent.js b/src/main/resources/public/js/history/historyComponent.js
index 06b9e7e..d03ad5a 100755
--- a/src/main/resources/public/js/history/historyComponent.js
+++ b/src/main/resources/public/js/history/historyComponent.js
@@ -36,6 +36,8 @@
             callback: function (config) {
                 console.log(config);
                 currentTimer = config.time;
+                //刷新精确时间输入框
+                $("#currentTimer").val(undefined);
             },
             animateCallback: function (config) {
                 // 假如动画完成之后请求数据需要两秒

--
Gitblit v1.9.1