This commit is contained in:
liuye
2024-03-04 17:23:17 +08:00
parent 2335d43070
commit 80734a0893

View File

@@ -405,8 +405,8 @@ export default {
}) })
} }
if(this.detail.rightType == 2) { if(this.detail.rightType == 2) {
this.mediateForm.mediateAreaId = this.user.areaId this.mediateForm.mediateAreaId = this.user.info.areaId
this.mediateForm.mediateAreaName = this.user.areaName this.mediateForm.mediateAreaName = this.user.info.areaName
this.isShowMediate = true this.isShowMediate = true
} }