This commit is contained in:
yanran200730
2022-10-13 16:38:50 +08:00
parent 9f9eb7d23a
commit d9499cae4a
2 changed files with 12 additions and 2 deletions

View File

@@ -162,8 +162,6 @@
this.instance.post(`/app/appepidemicpreventionregisterinfo/queryDetailById?id=${id}`).then(res => {
if (res.code === 0) {
this.info = res.data
this.info.checkPhoto = res.data.checkPhoto ? JSON.parse(res.data.checkPhoto) : []
this.info.travelTypeNames = res.data.travelType.split(',').map(v => {
return this.dict.getLabel('EP_travelType', v)
}).join('')