fix -- 发起流程后,关闭当前标签页后再跳转。
This commit is contained in:
@@ -80,7 +80,7 @@ export default {
|
|||||||
// 启动流程并将表单数据加入流程变量
|
// 启动流程并将表单数据加入流程变量
|
||||||
startProcess(this.definitionId, JSON.stringify(variables)).then(res => {
|
startProcess(this.definitionId, JSON.stringify(variables)).then(res => {
|
||||||
this.$modal.msgSuccess(res.msg);
|
this.$modal.msgSuccess(res.msg);
|
||||||
this.$router.push({
|
this.$tab.closeOpenPage({
|
||||||
path: '/work/own'
|
path: '/work/own'
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user