caipin hace 5 años
padre
commit
41679160e0
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

@@ -21,7 +21,7 @@ $(function() {
  */
 function refreshColumn(columnLength){
 	var checkBoxList=$('input[type=checkbox][name=columnShow]');
-	console.log(checkBoxList);
+	console.log(checkBoxList[0]);
 	for(var i=1;i<=columnLength;i++){
 		var isAccept=localStorage.getItem("curingColumn_"+i);