问题修改
This commit is contained in:
parent
a47a4786ba
commit
98102003bf
|
|
@ -117,8 +117,8 @@ function reloadTable(pageNum) {
|
|||
},
|
||||
where: {
|
||||
encryptedData: JSON.stringify({
|
||||
startTime: $('#supName').val(),
|
||||
endTime: $('#planCode').val(),
|
||||
startTime: startTime,
|
||||
endTime: endTime,
|
||||
}),
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in New Issue