瀏覽代碼

修复示例弹层js报错

Ricky 3 年之前
父節點
當前提交
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>