diff --git a/project/qujing/app/AppReportAiWill/components/Detail.vue b/project/qujing/app/AppReportAiWill/components/Detail.vue index 268599fa..7f677f11 100644 --- a/project/qujing/app/AppReportAiWill/components/Detail.vue +++ b/project/qujing/app/AppReportAiWill/components/Detail.vue @@ -405,8 +405,8 @@ export default { }) } if(this.detail.rightType == 2) { - this.mediateForm.mediateAreaId = this.user.areaId - this.mediateForm.mediateAreaName = this.user.areaName + this.mediateForm.mediateAreaId = this.user.info.areaId + this.mediateForm.mediateAreaName = this.user.info.areaName this.isShowMediate = true }