This commit is contained in:
zhuangqian 2016-12-12 11:00:31 +08:00
parent 1ae9dd7f94
commit 3ef6f1bcdc
3 changed files with 7 additions and 2 deletions

4
.gitignore vendored
View File

@ -16,6 +16,10 @@ Thumbs.db
.log .log
*.class *.class
# idea #
.idea
.iml
# Package Files # # Package Files #
*.jar *.jar
*.war *.war

View File

@ -177,7 +177,7 @@
<dependency> <dependency>
<groupId>com.alibaba</groupId> <groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId> <artifactId>fastjson</artifactId>
<version>1.2.21</version> <version>1.2.22</version>
</dependency> </dependency>
<!-- easypoi --> <!-- easypoi -->

View File

@ -269,7 +269,8 @@ var exwhere;
stage.all[code].btn.bind(toolbar); stage.all[code].btn.bind(toolbar);
} }
exwhere = this.url.replace(BladeApp.ctxPath, "");//修复未发布在tomcat根目录下带有项目路径导致不能搜索的问题 exwhere = this.url.replace(BladeApp.ctxPath, "");//修复未发布在tomcat根目录下带有项目路径导致不能搜索的问题
reloadGrid(); isAutoPage = false;//自动跳转到第一页
searchGrid();
return; return;
} }