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

Merge pull request !626 from samisgod/master
This commit is contained in:
芋道源码 2023-09-24 02:01:33 +00:00 committed by Gitee
commit 9b8312f596
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

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