稽查查看表格类型的图片
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
ade801d323
commit
2892e75fd0
|
@ -905,7 +905,11 @@ export default {
|
||||||
this.$refs[url[0]].$viewer.show()
|
this.$refs[url[0]].$viewer.show()
|
||||||
} else {
|
} else {
|
||||||
this.imagesList = [this.OSSclientConfig.basePath + url]
|
this.imagesList = [this.OSSclientConfig.basePath + url]
|
||||||
this.$refs[url].$viewer.show()
|
if(this.$refs[url] instanceof Array){
|
||||||
|
this.$refs[url][0].$viewer.show()
|
||||||
|
}else{
|
||||||
|
this.$refs[url].$viewer.show()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue