Explorar el Código

PC필터 상품상세에서 BACK했을 때 초기화부분 재수정

jmh hace 4 años
padre
commit
a23c53d184

+ 6 - 2
src/main/webapp/WEB-INF/views/web/display/SearchGoodsListFormWeb.html

@@ -698,10 +698,14 @@
 				if(typeof historyData.sortingType!='undefined' && historyData.sortingType!=''){
 					$("#searchGoodsForm input:hidden[name=sortingType]").val(historyData.sortingType);
 					fnSortingChange(this,historyData.sortingType,'back');
-					//$(".fillter").show();
+					if( 0 < $(".fillter_box span").length){
+						$(".fillter").show();
+					}
 				}else{
 					listIdx++;
-					//$(".fillter").show();
+					if( 0 < $(".fillter_box span").length){
+						$(".fillter").show();
+					}
 					fnSearchGoodsListSearch();
 					fnGetSearchPlanningList();
 					fnGetSearchEventList();