Skip to content

Commit fcb39a6

Browse files
YunaiVgitee-org
authored andcommitted
!626 发起流程成功后,用户流程列表未刷新
Merge pull request !626 from samisgod/master
2 parents c5323e0 + 7130956 commit fcb39a6

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)