Ricky 3 лет назад
Родитель
Сommit
47075cb6f5
1 измененных файлов с 7 добавлено и 0 удалено
  1. 7 0
      ruoyi-admin/src/main/resources/templates/demo/modal/form.html

+ 7 - 0
ruoyi-admin/src/main/resources/templates/demo/modal/form.html

@@ -91,5 +91,12 @@
         </form>
     </div>
 	<th:block th:include="include :: footer" />
+    <script type="text/javascript">
+        function submitHandler() {
+        	if ($.validate.form()) {
+        		$.modal.msgSuccess('保存成功!');
+            }
+        }
+    </script>
 </body>
 </html>