|
@@ -343,7 +343,7 @@ function getTabData(activePage){
|
|
endDate:filterData.endDate+" 23:59:59",
|
|
endDate:filterData.endDate+" 23:59:59",
|
|
}
|
|
}
|
|
$('.pagination').html("")
|
|
$('.pagination').html("")
|
|
- $('.tbody').html(emptyBox('努力加载中...','',16))
|
|
|
|
|
|
+ $('.tbody').html(emptyBox('努力加载中...','',17))
|
|
return post(ywCheckApi.getTaskList,param).then(res =>{
|
|
return post(ywCheckApi.getTaskList,param).then(res =>{
|
|
if(res.data.code == '0'){
|
|
if(res.data.code == '0'){
|
|
const data = res.data.data;
|
|
const data = res.data.data;
|
|
@@ -373,7 +373,7 @@ function renderTab(data){
|
|
let str = ``,code="";
|
|
let str = ``,code="";
|
|
let hasSelectAll = true;
|
|
let hasSelectAll = true;
|
|
if(data.length===0){
|
|
if(data.length===0){
|
|
- $('.tbody').html(emptyBox(null,16))
|
|
|
|
|
|
+ $('.tbody').html(emptyBox(null,17))
|
|
// initScroll("qcList","YX",1)
|
|
// initScroll("qcList","YX",1)
|
|
return;
|
|
return;
|
|
}
|
|
}
|