From 6079f881b15eb230308da10717ee283a45010fe3 Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 8 Nov 2023 17:28:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A1=E6=9F=A5=E4=B8=8A=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppPatrolReport/Add.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/apps/AppPatrolReport/Add.vue b/src/apps/AppPatrolReport/Add.vue index 4200068f..b110831c 100644 --- a/src/apps/AppPatrolReport/Add.vue +++ b/src/apps/AppPatrolReport/Add.vue @@ -15,7 +15,7 @@ {{ forms.mapInfo.address || '请选择上报位置' }} - + @@ -73,15 +73,15 @@ export default { }, onLoad() { this.typeList() + this.forms.girdId = this.user.girdId + this.forms.girdName = this.user.girdName + this.forms.girdMemberId = this.user.girdMemberId + this.forms.girdMemberName = this.user.name }, onShow() { document.title = '巡查添加' this.forms.name = this.user.name this.forms.phone = this.user.phone - this.forms.girdId = this.user.girdId - this.forms.girdName = this.user.girdName - this.forms.girdMemberId = this.user.girdMemberId - this.forms.girdMemberName = this.user.name uni.$on('chooseLat', res => { this.forms.mapInfo = {...res} })