|
@@ -194,7 +194,7 @@ function initSideNav() {
|
|
|
// if (!$(this).hasClass("active_snav")) {
|
|
|
//清空表单和已选条件及数据列表
|
|
|
$(".tagi").html("");
|
|
|
- $(".layui-form").html("");
|
|
|
+ $(".fl-form").html("");
|
|
|
$(".cont_list").html("");
|
|
|
$("#searchs").val("");
|
|
|
//隐藏整体列表
|
|
@@ -388,11 +388,11 @@ function appendTwoLayerClassify(parentKey, columnKey) {
|
|
|
//$(".crumbs .crumb").click(function(){
|
|
|
// console.log($(this).text());
|
|
|
//})
|
|
|
-$(".crumbs").on('click','.crumb',function(){
|
|
|
- var loctext = $(this).text();
|
|
|
- if(loctext == '首页'){
|
|
|
- window.location.href = PAGE_BASIC + "/zlhbw/index.html";
|
|
|
- }else {
|
|
|
- location.reload();
|
|
|
- }
|
|
|
-})
|
|
|
+$(".crumbs").on('click', '.crumb', function() {
|
|
|
+ var loctext = $(this).text();
|
|
|
+ if (loctext == '首页') {
|
|
|
+ window.location.href = PAGE_BASIC + "/zlhbw/index.html";
|
|
|
+ } else {
|
|
|
+ location.reload();
|
|
|
+ }
|
|
|
+})
|