Commit 4030c46d by 郑艺斌

修复图片显示问题

parent 3209a62e
Showing with 1 additions and 1 deletions
...@@ -1675,7 +1675,7 @@ export default { ...@@ -1675,7 +1675,7 @@ export default {
dataSourceName = '轨道集团' dataSourceName = '轨道集团'
} }
self.workOrder = data self.workOrder = data
data.repairImgs = data.repairImgs == null ? null : this.getArrImgs(data.repairImgs, '|~|') data.repairImgs = data.repairImgs == null || data.repairImgs == '' ? null : this.getArrImgs(data.repairImgs, '|~|')
this.formItem = { this.formItem = {
id: data.id, id: data.id,
callID: data.callID, callID: data.callID,
......
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 sign in to comment