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