|
@@ -28,6 +28,7 @@ let isPlacefile = getCookie('isPlacefile')||1
|
|
|
}*/
|
|
|
|
|
|
$(function() {
|
|
|
+ $(window.parent.document).find(".modaltip").hide();//切换页面过快时toast隐藏
|
|
|
const checkAuth = getCookie('checkAuth');
|
|
|
/*if(!checkAuth){
|
|
|
$(".tabs").hide();
|
|
@@ -531,7 +532,7 @@ function getTasksList(param={}){
|
|
|
function renderTaskTable(data) {
|
|
|
let str = ``, code = "";
|
|
|
if (!data || data.length === 0) {
|
|
|
- $('.taskTable .tbody').html(emptyBox(null, 7))
|
|
|
+ $('.taskTable .tbody').html(emptyBox(null, 8))
|
|
|
return;
|
|
|
}
|
|
|
|