fix: 修复流程设计保存成功后页面未刷新问题

This commit is contained in:
tony
2023-01-06 15:11:33 +08:00
parent 40fcf5ced2
commit 942f5e1f54
2 changed files with 35 additions and 23 deletions

View File

@@ -108,8 +108,8 @@ export default {
saveXml(params).then(res => {
this.$modal.msgSuccess(res.msg)
// 关闭当前标签页并返回上个页面
this.$store.dispatch("tagsView/delView", this.$route);
this.$router.go(-1)
const obj = { path: "/flowable/definition", query: { t: Date.now()} };
this.$tab.closeOpenPage(obj);
})
},
/** 指定流程办理人员列表 */