@@ -401,6 +401,7 @@ export default {
getData(resultDataId).then(res => {
if (res.data.imagePath) {
this.imgPreviewUrl=res.data.imagePath
+ this.loading = false
} else {
const url = process.env.VUE_APP_BASE_API + res.data.dataPath;
this.fetchLogFile(url)