mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-23 21:36:39 +08:00
优化提交后返回问题
This commit is contained in:
parent
4462dd0b3e
commit
cd8b1763cc
@ -48,6 +48,8 @@
|
||||
this.java110Context.onLoad();
|
||||
this.flowId = options.flowId;
|
||||
this.flowName = options.flowName;
|
||||
},
|
||||
onShow() {
|
||||
this._loadUndoOaWorkflow();
|
||||
},
|
||||
|
||||
|
||||
@ -116,7 +116,7 @@
|
||||
duration: 2000
|
||||
})
|
||||
uni.navigateBack({
|
||||
delta: 1
|
||||
delta: 2
|
||||
})
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user