* Add openedApproval config.

This commit is contained in:
wangyuting2
2022-06-30 14:38:45 +08:00
parent 8d43bd7bdc
commit 20ef9ee98e
2 changed files with 13 additions and 1 deletions
@@ -1,4 +1,3 @@
<script>
$('input[name=approval]').parents('tr').hide();
$('#submit').after('<input type="hidden" name="vision" id="vision" value="<?php echo $this->config->vision;?>">');
</script>