优化提交后返回问题

This commit is contained in:
java110 2021-09-18 10:30:08 +08:00
parent 4462dd0b3e
commit cd8b1763cc
2 changed files with 3 additions and 1 deletions

View File

@ -48,6 +48,8 @@
this.java110Context.onLoad();
this.flowId = options.flowId;
this.flowName = options.flowName;
},
onShow() {
this._loadUndoOaWorkflow();
},

View File

@ -116,7 +116,7 @@
duration: 2000
})
uni.navigateBack({
delta: 1
delta: 2
})
return;
}