|
@@ -15,6 +15,7 @@ function refreshCuringPagination(parameter,currentPage){
|
|
if (data.status == 1) {
|
|
if (data.status == 1) {
|
|
fnStructureCuringUser(data.curingList);
|
|
fnStructureCuringUser(data.curingList);
|
|
fnPage(data.pageData);
|
|
fnPage(data.pageData);
|
|
|
|
+ refreshColumn(columnLength);
|
|
} else {
|
|
} else {
|
|
alert(data.msg);
|
|
alert(data.msg);
|
|
}
|
|
}
|
|
@@ -37,6 +38,7 @@ function refreshCuringPage(compilation,latestCompilation,sortField,sort,wd){
|
|
if (data.status == 1) {
|
|
if (data.status == 1) {
|
|
fnStructureCuringUser(data.curingList);
|
|
fnStructureCuringUser(data.curingList);
|
|
fnPage(data.pageData);
|
|
fnPage(data.pageData);
|
|
|
|
+ refreshColumn(columnLength);
|
|
} else {
|
|
} else {
|
|
alert(data.msg);
|
|
alert(data.msg);
|
|
}
|
|
}
|