From 074851753d1187d4e547966d643f4323c6b002bd Mon Sep 17 00:00:00 2001
From: Junjie <DELL@qq.com>
Date: 星期一, 12 一月 2026 09:56:31 +0800
Subject: [PATCH] #
---
src/main/webapp/static/js/common.js | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/static/js/common.js b/src/main/webapp/static/js/common.js
index f2f0be2..1b9840b 100644
--- a/src/main/webapp/static/js/common.js
+++ b/src/main/webapp/static/js/common.js
@@ -93,6 +93,13 @@
}
+function clearFormVal(el) {
+ $(':input', el)
+ .val('')
+ .removeAttr('checked')
+ .removeAttr('selected');
+}
+
// http璇锋眰
--
Gitblit v1.9.1