|
@@ -817,7 +817,7 @@ export default {
|
|
|
if (reportType === 'gut_flora') {
|
|
if (reportType === 'gut_flora') {
|
|
|
uni.redirectTo({ url: '/pages/health/report-detail?reportType=gut_flora&reportId=' + reportId })
|
|
uni.redirectTo({ url: '/pages/health/report-detail?reportType=gut_flora&reportId=' + reportId })
|
|
|
} else {
|
|
} else {
|
|
|
- uni.redirectTo({ url: '/pages/health/health-plan-summary?initialReportIds=' + reportId + '&subjectId=' + (postData.subjectId || '') })
|
|
|
|
|
|
|
+ uni.redirectTo({ url: '/pages/health/health-plan-summary?initialMemberIds=' + (postData.subjectId || '') + '&subjectId=' + (postData.subjectId || '') })
|
|
|
}
|
|
}
|
|
|
} else {
|
|
} else {
|
|
|
uni.navigateBack()
|
|
uni.navigateBack()
|