Files
EasySoft-ZenTaoPMS/extension/lite/attend/ext/view/browse.oa.html.hook.php
T
2022-02-28 10:47:02 +08:00

12 lines
229 B
PHP

<script>
$(function()
{
$('.side .has-active-item').addClass('open');
<?php if($company):?>
$('#company').addClass('active');
<?php else:?>
$('#department').addClass('active');
<?php endif;?>
})
</script>