From 2af56f073b8cd4c0e8aa4735dd61c8ad21e511c5 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 12 May 2023 10:21:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BA=8B=E4=BB=B6=E4=B8=8A?= =?UTF-8?q?=E6=8A=A5=E8=87=AA=E5=B8=A6=E6=89=80=E5=B1=9E=E7=BD=91=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/wuxi/AppHandSnapshot/Add.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/project/wuxi/AppHandSnapshot/Add.vue b/src/project/wuxi/AppHandSnapshot/Add.vue index 29704944..7db41ae3 100644 --- a/src/project/wuxi/AppHandSnapshot/Add.vue +++ b/src/project/wuxi/AppHandSnapshot/Add.vue @@ -76,6 +76,8 @@ export default { 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 uni.$on('chooseLat', res => { this.forms.mapInfo = {...res} })