Commit 74429e23 by NGO THI HONG

#19123 fix bug not show icon notfound

parent 8a615ab1
...@@ -177,7 +177,10 @@ CHK_pu.createNewReportList = function(operationList, isSearched = false) { ...@@ -177,7 +177,10 @@ CHK_pu.createNewReportList = function(operationList, isSearched = false) {
CHK_pu.countNewReportList = CHK_pu.countNewReportList + 1; CHK_pu.countNewReportList = CHK_pu.countNewReportList + 1;
} }
// show not found if
if (CHK_pu.countNewReportList == 0) {
$('#notFoundNewReport').removeClass('d-none');
}
if(CHK.isAndroid) { if(CHK.isAndroid) {
android.hideLoading(); android.hideLoading();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment