Explorar o código

refresh after task add

samisgod hai 1 ano
pai
achega
b94f89b4f5
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      yudao-ui-admin/src/views/bpm/processInstance/index.vue

+ 3 - 0
yudao-ui-admin/src/views/bpm/processInstance/index.vue

@@ -132,6 +132,9 @@ export default {
   created() {
     this.getList();
   },
+  activated() {
+    this.getList();
+  },
   methods: {
     /** 查询列表 */
     getList() {