问题修改

This commit is contained in:
cwchen 2025-01-20 17:01:58 +08:00
parent a47a4786ba
commit 98102003bf
2 changed files with 3 additions and 3 deletions

View File

@ -117,8 +117,8 @@ function reloadTable(pageNum) {
},
where: {
encryptedData: JSON.stringify({
startTime: $('#supName').val(),
endTime: $('#planCode').val(),
startTime: startTime,
endTime: endTime,
}),
},
});

View File

@ -16,7 +16,7 @@ function setParams(obj) {
setFilter(objParam.type);
setFilterData(objParam.type);
if(objParam.type === 1 || objParam.type === 2){
let height = $('#demo').height();
let height = $('.tag-box').eq(0).height();
if(height > 35){
$('#open').removeAttr('style');
$('#demo button').css('margin-bottom','5px');