zentaopms/extension/max/attend/ext/view/m.edit.oa.html.hook.php
2023-05-16 10:50:42 +08:00

7 lines
97 B
PHP

<script>
$(function()
{
$('#desc').val(<?php echo json_encode($attend->desc);?>);
})
</script>