bug fix
This commit is contained in:
parent
1ae9dd7f94
commit
3ef6f1bcdc
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -16,6 +16,10 @@ Thumbs.db
|
|||
.log
|
||||
*.class
|
||||
|
||||
# idea #
|
||||
.idea
|
||||
.iml
|
||||
|
||||
# Package Files #
|
||||
*.jar
|
||||
*.war
|
||||
|
|
|
|||
2
pom.xml
2
pom.xml
|
|
@ -177,7 +177,7 @@
|
|||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
||||
<artifactId>fastjson</artifactId>
|
||||
<version>1.2.21</version>
|
||||
<version>1.2.22</version>
|
||||
</dependency>
|
||||
|
||||
<!-- easypoi -->
|
||||
|
|
|
|||
|
|
@ -269,7 +269,8 @@ var exwhere;
|
|||
stage.all[code].btn.bind(toolbar);
|
||||
}
|
||||
exwhere = this.url.replace(BladeApp.ctxPath, "");//修复未发布在tomcat根目录下带有项目路径导致不能搜索的问题
|
||||
reloadGrid();
|
||||
isAutoPage = false;//自动跳转到第一页
|
||||
searchGrid();
|
||||
return;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user