diff --git a/project/qujing/app/AppReportAiWill/components/Detail.vue b/project/qujing/app/AppReportAiWill/components/Detail.vue
index db949951..5cba4f57 100644
--- a/project/qujing/app/AppReportAiWill/components/Detail.vue
+++ b/project/qujing/app/AppReportAiWill/components/Detail.vue
@@ -50,6 +50,16 @@
+
+
+
+
+
+
+
+
+
+
@@ -314,7 +324,8 @@ export default {
mediateAmount: '',
mediateMember: '',
mediateInfo: ''
- }
+ },
+ result: {}
}
},
@@ -346,6 +357,9 @@ export default {
if(this.detail.judgeRisk) {
this.detail.judgeRiskList = this.detail.judgeRisk.split(',')
}
+ if (['3', '4'].includes(res.data.eventStatus) && res.data.groupName != '矛盾调解') {
+ this.result = res.data.processList[0]
+ }
this.$nextTick(() => {
this.initMap()
})