bug fix
This commit is contained in:
parent
1ae9dd7f94
commit
3ef6f1bcdc
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -16,6 +16,10 @@ Thumbs.db
|
||||||
.log
|
.log
|
||||||
*.class
|
*.class
|
||||||
|
|
||||||
|
# idea #
|
||||||
|
.idea
|
||||||
|
.iml
|
||||||
|
|
||||||
# Package Files #
|
# Package Files #
|
||||||
*.jar
|
*.jar
|
||||||
*.war
|
*.war
|
||||||
|
|
|
||||||
2
pom.xml
2
pom.xml
|
|
@ -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 -->
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user