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