Skip to content

Commit 7130956

Browse files
committed
refresh after task add
1 parent c5323e0 commit 7130956

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/views/bpm/processInstance/index.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@ export default {
132132
created() {
133133
this.getList();
134134
},
135+
activated() {
136+
this.getList();
137+
},
135138
methods: {
136139
/** 查询列表 */
137140
getList() {

0 commit comments

Comments
 (0)