From fdb594f0c610016ffa3ab0919b98a77c70134526 Mon Sep 17 00:00:00 2001 From: zhangyichen <5277314+zacty@user.noreply.gitee.com> Date: Sat, 2 Apr 2022 10:35:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=2052234=20=E6=A0=87?= =?UTF-8?q?=E5=87=86=E5=8C=96=E6=B4=BB=E5=8A=A8=E6=97=A5=E5=8E=86=EF=BC=8C?= =?UTF-8?q?=E9=80=89=E5=AE=8C=E5=8F=82=E4=BC=9A=E4=BA=BA=E5=91=98=EF=BC=8C?= =?UTF-8?q?=E5=BA=94=E8=AF=A5=E5=90=A7=E4=BA=BA=E5=91=98=E6=89=80=E5=B1=9E?= =?UTF-8?q?=E5=8D=95=E4=BD=8D=E5=92=8C=E9=83=A8=E9=97=A8=E5=B8=A6=E5=87=BA?= =?UTF-8?q?=E6=9D=A5=E5=90=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/localTool/standCalendar/index.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/localTool/standCalendar/index.vue b/src/pages/localTool/standCalendar/index.vue index cd07387e3..576bd880a 100644 --- a/src/pages/localTool/standCalendar/index.vue +++ b/src/pages/localTool/standCalendar/index.vue @@ -689,6 +689,10 @@ export default { if (data.length > 0) { this.editForm.fillPeopleId = data[0].id this.editForm.fillPeople = data[0].name + this.editForm.fillUnit = data[0].unit + this.editForm.fillDept = data[0].institutionName + this.editForm.fillTel = data[0].phone + this.editForm.fillMail = data[0].email } this.roleShowflag = false },