BUG修复

This commit is contained in:
cwchen 2024-11-20 18:18:17 +08:00
parent 33a0b5cce1
commit 8cadb9891b
5 changed files with 5 additions and 0 deletions

View File

@ -397,6 +397,7 @@ function delFitType() {
}
}
}
delIdArr.splice(0,delIdArr.length);
if (jjDataArr.length === 0) {
$('#no_data_title').removeAttr('style');
$('#search-info').css({ 'display': 'none' });

View File

@ -357,6 +357,7 @@ function delFitType() {
}
}
}
delIdArr.splice(0,delIdArr.length);
if (jjDataArr.length === 0) {
$('#no_data_title').removeAttr('style');
$('#search-info').css({ 'display': 'none' });

View File

@ -399,6 +399,7 @@ function delFitType() {
}
}
}
delIdArr.splice(0,delIdArr.length);
if (jjDataArr.length === 0) {
$('#no_data_title').removeAttr('style');
$('#search-info').css({ 'display': 'none' });

View File

@ -380,6 +380,7 @@ function delFitType() {
}
}
}
delIdArr.splice(0,delIdArr.length);
if (jjDataArr.length === 0) {
$('#no_data_title').removeAttr('style');
$('#search-info').css({ 'display': 'none' });

View File

@ -288,6 +288,7 @@ function delFitType() {
}
}
}
delIdArr.splice(0,delIdArr.length);
if (jjDataArr.length === 0) {
$('#no_data_title').removeAttr('style');
$('#search-info').css({ 'display': 'none' });