caipin преди 5 години
родител
ревизия
92214a5f28
променени са 1 файла, в които са добавени 8 реда и са изтрити 2 реда
  1. 8 2
      global/js/cloud/curing.js

+ 8 - 2
global/js/cloud/curing.js

@@ -268,9 +268,15 @@ $(function() {
     		var currentPage=$('button[closeRefresh]').attr('currentPage');
     		refreshCuringPagination(parameter,currentPage);
     	}else{
-    		refreshCuringPage(compilation,latestCompilation,'','',mobile);    		
+    		var latestCompilation=$('select[curingByLatestCompilation]').val();
+        	var compilation=$('select[curingByCompilation]').val();
+    		refreshCuringPage(compilation,latestCompilation,'','',mobile);
+    		
     	}
-                
+        
+        
+        
+        
     });