caipin 5 năm trước cách đây
mục cha
commit
bcf0adaac9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {