caipin hace 5 años
padre
commit
bcf0adaac9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      global/js/columnShow/columnShow.js

+ 1 - 1
global/js/columnShow/columnShow.js

@@ -28,7 +28,7 @@ function refreshColumn(columnLength){
 }
 
 function isColumnShow(isAccept,column){
-	if (isAccept) {
+	if (isAccept==NULL||isAccept) {
 		$('table[columnShow] tr').find('th:eq('+column+')').show();
 		$('table[columnShow] tr').find('td:eq('+column+')').show();
 	} else {