BUG修复
This commit is contained in:
parent
33a0b5cce1
commit
8cadb9891b
|
|
@ -397,6 +397,7 @@ function delFitType() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
delIdArr.splice(0,delIdArr.length);
|
||||||
if (jjDataArr.length === 0) {
|
if (jjDataArr.length === 0) {
|
||||||
$('#no_data_title').removeAttr('style');
|
$('#no_data_title').removeAttr('style');
|
||||||
$('#search-info').css({ 'display': 'none' });
|
$('#search-info').css({ 'display': 'none' });
|
||||||
|
|
|
||||||
|
|
@ -357,6 +357,7 @@ function delFitType() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
delIdArr.splice(0,delIdArr.length);
|
||||||
if (jjDataArr.length === 0) {
|
if (jjDataArr.length === 0) {
|
||||||
$('#no_data_title').removeAttr('style');
|
$('#no_data_title').removeAttr('style');
|
||||||
$('#search-info').css({ 'display': 'none' });
|
$('#search-info').css({ 'display': 'none' });
|
||||||
|
|
|
||||||
|
|
@ -399,6 +399,7 @@ function delFitType() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
delIdArr.splice(0,delIdArr.length);
|
||||||
if (jjDataArr.length === 0) {
|
if (jjDataArr.length === 0) {
|
||||||
$('#no_data_title').removeAttr('style');
|
$('#no_data_title').removeAttr('style');
|
||||||
$('#search-info').css({ 'display': 'none' });
|
$('#search-info').css({ 'display': 'none' });
|
||||||
|
|
|
||||||
|
|
@ -380,6 +380,7 @@ function delFitType() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
delIdArr.splice(0,delIdArr.length);
|
||||||
if (jjDataArr.length === 0) {
|
if (jjDataArr.length === 0) {
|
||||||
$('#no_data_title').removeAttr('style');
|
$('#no_data_title').removeAttr('style');
|
||||||
$('#search-info').css({ 'display': 'none' });
|
$('#search-info').css({ 'display': 'none' });
|
||||||
|
|
|
||||||
|
|
@ -288,6 +288,7 @@ function delFitType() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
delIdArr.splice(0,delIdArr.length);
|
||||||
if (jjDataArr.length === 0) {
|
if (jjDataArr.length === 0) {
|
||||||
$('#no_data_title').removeAttr('style');
|
$('#no_data_title').removeAttr('style');
|
||||||
$('#search-info').css({ 'display': 'none' });
|
$('#search-info').css({ 'display': 'none' });
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue