Selaa lähdekoodia

refresh after task add

samisgod 1 vuosi sitten
vanhempi
commit
b94f89b4f5
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  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() {