调整业务办理
This commit is contained in:
@@ -59,8 +59,7 @@
|
||||
onNext(){
|
||||
const synthesisObj = this.childrenArr.find(val => val.id === this.businessId)
|
||||
// 办理初始接口
|
||||
bigfiveInit(synthesisObj.id).then(res=>{
|
||||
console.log(synthesisObj.id)
|
||||
bigfiveInit(synthesisObj.id).then(res=>{
|
||||
this.onNav('businessHandle', { record: encodeURIComponent(JSON.stringify(res)), bigFiveId: synthesisObj.id })
|
||||
}).catch(err=>{
|
||||
uni.showToast({
|
||||
|
||||
Reference in New Issue
Block a user