Parcourir la source

refresh after task add

samisgod il y a 1 an
Parent
commit
b94f89b4f5
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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() {