zentaopms/extension/lite/overtime/ext/view/browse.oa.html.hook.php
2023-05-16 10:47:08 +08:00

8 lines
117 B
PHP
Executable File

<?php js::set('type', $type)?>
<script>
$(function()
{
$('#<?php echo $type?>').addClass('active');
})
</script>