From 80734a0893d2ff867d69c73545e7af18fc6e7d13 Mon Sep 17 00:00:00 2001 From: liuye Date: Mon, 4 Mar 2024 17:23:17 +0800 Subject: [PATCH] .info --- project/qujing/app/AppReportAiWill/components/Detail.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }