Commit b232e4cf by zhangmengjie

23.4.13

parent 84f8632e
......@@ -130,15 +130,16 @@ export default {
} else {
this.$refs.audio.src = ''
}
self.particulars = res.data
if (res.data.repairTime != null) {
res.data.repairTime = res.data.repairTime.slice(0, 10)
}
self.particulars = res.data
self.srcList = []
self.particulars.pictureList.forEach((item)=>{
self.srcList.push(item.url)
})
})
console.log(this.idt,'itd===========')
console.log(self.particulars,self.srcList,'itd===========')
}
})
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment