caipin 5 years ago
parent
commit
9a96e86456
1 changed files with 2 additions and 2 deletions
  1. 2 2
      global/js/columnShow/columnShow.js

+ 2 - 2
global/js/columnShow/columnShow.js

@@ -26,9 +26,9 @@ function refreshColumn(columnLength){
 		var isAccept=localStorage.getItem("curingColumn_"+i);
 		
 		if (isAccept==null||isAccept) {
-			checkBoxList[cbi].attr("checked",'true');
+			checkBoxList.get(cbi).attr("checked",'true');
 		}else{
-			checkBoxList[cbi].removeAttr("checked");
+			checkBoxList.get(cbi).removeAttr("checked");
 		}
 		
 		isColumnShow(isAccept,i);