打开系统业务配置详情页时页面滚动条自动跳到最顶上
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
<body>
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
top.window.scrollTo(0, 0);
|
||||
$("#inputForm").validate({
|
||||
rules: {
|
||||
'serviceName':{
|
||||
|
||||
Reference in New Issue
Block a user