Browse Source

新增志愿者标签管理

feature/syp_points
liuchuang 5 years ago
parent
commit
eeaf13c3e9
  1. 1
      src/views/modules/user/volunteerinfo-detail.vue

1
src/views/modules/user/volunteerinfo-detail.vue

@ -134,6 +134,7 @@ export default {
...this.dataForm, ...this.dataForm,
...res.data ...res.data
} }
this.dataForm.volunteerTagId = res.data.tagId
this.dataForm.tagIds = [] this.dataForm.tagIds = []
}) })
.catch(() => { }) .catch(() => { })

Loading…
Cancel
Save