fixbug_21650.

This commit is contained in:
wangxiaomeng
2022-04-21 16:00:44 +08:00
parent 89e1854932
commit 8cec8ea0bd
+1 -2
View File
@@ -383,13 +383,12 @@ $(function()
if(target.next('input[type=hidden]').length)
{
target.next('input[type=hidden]').val($(this).attr('href').replace('#', '$'));
target.attr('placeholder', $(this).attr('href').replace('#', '$'));
}
else
{
target.val($(this).attr('href').replace('#', '$'));
}
target.attr('placeholder', $(this).attr('href').replace('#', '$'));
$(query).closest('form').find('#operator' + $period.data('fieldNO')).val('between');
$period.hide();
}