Files
EasySoft-ZenTaoPMS/extension/lite/makeup/ext/view/browse.oa.html.hook.php
T
2022-03-14 16:42:46 +08:00

8 lines
117 B
PHP

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