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