zentaopms/extension/biz/workflowrule/ext/view/view.flow.html.hook.php
2023-05-16 10:50:42 +08:00

7 lines
143 B
PHP

<script>
$(function()
{
$('#ajaxModal').on('hide.zui.modal', function(){location.href=createLink('workflowrule', 'browse')});
})
</script>