mirror of https://gitee.com/y_project/RuoYi.git
修复示例弹层js报错
parent
abd48b2172
commit
47075cb6f5
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue