| | |
| | | communityId:vc.component.newVisitInfo.infos[0]['communityId'], |
| | | ownerId:vc.component.newVisitInfo.infos[0]['ownerId'], |
| | | visitCase:vc.component.newVisitInfo.infos[0]['visitCase'], |
| | | visitTime:new Date() |
| | | visitTime:vc.component.newVisitInfo.infos[0]['visitTime'], |
| | | departureTime:vc.component.newVisitInfo.infos[0]['departureTime'] |
| | | } |
| | | console.log(param); |
| | | vc.http.post( |
| | |
| | | //vm.menus = vm.refreshMenuActive(JSON.parse(json),0); |
| | | if(res.status == 200){ |
| | | //关闭model |
| | | vc.jumpToPage("/flow/ownerFlow?" + vc.objToGetParam(JSON.parse(json))); |
| | | vc.jumpToPage("/flow/visitFlow?" + vc.objToGetParam(JSON.parse(json))); |
| | | return ; |
| | | } |
| | | vc.message(json); |