调整业务办理

This commit is contained in:
唐明明
2024-03-13 15:42:52 +08:00
parent f145ca8497
commit 604ace7e7a
7 changed files with 194 additions and 29 deletions

View File

@@ -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({