Rmengdi 8 месяцев назад
Родитель
Сommit
7400835e01
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      pdaaphm-ui/src/views/index.vue

+ 1 - 0
pdaaphm-ui/src/views/index.vue

@@ -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)