From eeaf13c3e9700de1448946dd78a9b7917a0491e7 Mon Sep 17 00:00:00 2001 From: liuchuang <123456> Date: Wed, 27 Jan 2021 10:12:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=BF=97=E6=84=BF=E8=80=85?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/user/volunteerinfo-detail.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/modules/user/volunteerinfo-detail.vue b/src/views/modules/user/volunteerinfo-detail.vue index a364f6e..e94ea8b 100644 --- a/src/views/modules/user/volunteerinfo-detail.vue +++ b/src/views/modules/user/volunteerinfo-detail.vue @@ -134,6 +134,7 @@ export default { ...this.dataForm, ...res.data } + this.dataForm.volunteerTagId = res.data.tagId this.dataForm.tagIds = [] }) .catch(() => { })