From 209c26e699ba9b5f12855772b59618ce1a423da9 Mon Sep 17 00:00:00 2001
From: xc <double72cheng@gmail.com>
Date: Mon, 16 Aug 2021 17:31:26 +0800
Subject: [PATCH] add
---
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