打开系统业务配置详情页时页面滚动条自动跳到最顶上

This commit is contained in:
chenjinsong
2018-03-06 13:55:21 +08:00
parent fcbf816c2c
commit 8c07861b98

View File

@@ -8,6 +8,7 @@
<body>
<script type="text/javascript">
$(document).ready(function() {
top.window.scrollTo(0, 0);
$("#inputForm").validate({
rules: {
'serviceName':{