!626 发起流程成功后,用户流程列表未刷新

Merge pull request !626 from samisgod/master
This commit is contained in:
芋道源码
2023-09-24 02:01:33 +00:00
committed by Gitee

View File

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