问题修改
This commit is contained in:
parent
a47a4786ba
commit
98102003bf
|
|
@ -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,
|
||||||
}),
|
}),
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -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');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue