bug
This commit is contained in:
@@ -208,7 +208,6 @@
|
|||||||
|
|
||||||
toDetail (row) {
|
toDetail (row) {
|
||||||
this.reportInfo = row
|
this.reportInfo = row
|
||||||
this.isShow = true
|
|
||||||
let healthName = ''
|
let healthName = ''
|
||||||
this.reportInfo.isHealth = false
|
this.reportInfo.isHealth = false
|
||||||
row.health.split(',').forEach(v => {
|
row.health.split(',').forEach(v => {
|
||||||
@@ -218,23 +217,7 @@
|
|||||||
healthName = healthName + this.dict.getLabel('EP_healthType', v)
|
healthName = healthName + this.dict.getLabel('EP_healthType', v)
|
||||||
})
|
})
|
||||||
this.reportInfo.healthName = healthName
|
this.reportInfo.healthName = healthName
|
||||||
// this.instance.post(`/app/appepidemichealthreport/queryDetailById?id=${id}`).then(res => {
|
this.isShow = true
|
||||||
// if (res.code === 0) {
|
|
||||||
// this.reportInfo = res.data
|
|
||||||
// this.reportInfo.checkPhoto = JSON.parse(res.data.checkPhoto)
|
|
||||||
// let healthName = ''
|
|
||||||
// this.reportInfo.isHealth = false
|
|
||||||
// res.data.health.split(',').forEach(v => {
|
|
||||||
// if (v > 0) {
|
|
||||||
// this.reportInfo.isHealth = true
|
|
||||||
// }
|
|
||||||
// healthName = healthName + this.dict.getLabel('epidemicRecentHealth', v)
|
|
||||||
// })
|
|
||||||
// this.reportInfo.healthName = healthName
|
|
||||||
|
|
||||||
// this.isShow = true
|
|
||||||
// }
|
|
||||||
// })
|
|
||||||
},
|
},
|
||||||
|
|
||||||
cancel () {
|
cancel () {
|
||||||
|
|||||||
Reference in New Issue
Block a user