From 828ee2ca38997e90bfceb922aae863f9db7034c5 Mon Sep 17 00:00:00 2001
From: xc <double72cheng@gmail.com>
Date: Thu, 29 Apr 2021 16:52:26 +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