问题修改

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: { where: {
encryptedData: JSON.stringify({ encryptedData: JSON.stringify({
startTime: $('#supName').val(), startTime: startTime,
endTime: $('#planCode').val(), endTime: endTime,
}), }),
}, },
}); });

View File

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