diff --git a/ruoyi-ui/src/views/workflow/form/index.vue b/ruoyi-ui/src/views/workflow/form/index.vue index 0eb52f6a..d29a284b 100644 --- a/ruoyi-ui/src/views/workflow/form/index.vue +++ b/ruoyi-ui/src/views/workflow/form/index.vue @@ -176,6 +176,9 @@ export default { } }; }, + created() { + this.getList(); + }, activated() { this.getList(); },