1
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
<image
|
||||
v-for="(img, idx) in realImages"
|
||||
:key="idx"
|
||||
:src="img"
|
||||
:src="img.imagePath"
|
||||
mode="aspectFill"
|
||||
class="preview-image"
|
||||
@click="previewImage(idx)"
|
||||
@@ -142,7 +142,7 @@ export default {
|
||||
async loadEevetInfo() {
|
||||
let res = await this.$u.api.getWarnEventInfo({}, this.warnInfo.id);
|
||||
if (res.code == "200") {
|
||||
|
||||
this.realImages = res.data
|
||||
}
|
||||
this.loading = false;
|
||||
},
|
||||
|
Reference in New Issue
Block a user