From cebffde4b5a33b5afba7efc28a07bdf0df59f603 Mon Sep 17 00:00:00 2001 From: zmk <496160012@qq.com> Date: 星期四, 23 五月 2024 17:46:22 +0800 Subject: [PATCH] 提交代码 --- javaweb-plus/javaweb-cms/src/main/resources/templates/geo/TubLog/edit.html | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/TubLog/edit.html b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/TubLog/edit.html index cabd06a..d25d869 100644 --- a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/TubLog/edit.html +++ b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/TubLog/edit.html @@ -90,6 +90,7 @@ }); function submitHandler() { + if ($.validate.form()) { $.operate.save(prefix + "/edit", $('#form-TubLog-edit').serialize()); } -- Gitblit v1.9.1