zentaopms/extension/max/attend/ext/view/browse.oa.html.hook.php
2023-05-16 10:50:42 +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>