@@ -15,6 +15,7 @@ function refreshCuringPagination(parameter,currentPage){
if (data.status == 1) {
fnStructureCuringUser(data.curingList);
fnPage(data.pageData);
+ refreshColumn(columnLength);
} else {
alert(data.msg);
}
@@ -37,6 +38,7 @@ function refreshCuringPage(compilation,latestCompilation,sortField,sort,wd){
@@ -26,9 +26,9 @@ function refreshColumn(columnLength){
var isAccept=localStorage.getItem("curingColumn_"+i);
if (isAccept==null||isAccept) {
- checkBoxList.get(cbi).attr("checked",'true');
+ checkBoxList.eq(cbi).attr("checked",'true');
}else{
- checkBoxList.get(cbi).removeAttr("checked");
+ checkBoxList.eq(cbi).removeAttr("checked");
isColumnShow(isAccept,i);