fix: 修复流程设计保存成功后页面未刷新问题
This commit is contained in:
@@ -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);
|
||||
})
|
||||
},
|
||||
/** 指定流程办理人员列表 */
|
||||
|
||||
Reference in New Issue
Block a user