zhaowei
2025-03-21 63ac895629d2de0e7f4284b1617d9aa8cbd07d05
src/views/dnc/common/FilePreview.vue
@@ -62,8 +62,9 @@
        //       console.log('pdfUrl===========================', this.pdfUrl)
        //     })
        // }
        this.spinning = true
        document.getElementById('ncFileInfo').innerHTML = ''
      if (docSuffix == 'jpg' || docSuffix == 'png' || docSuffix == 'jpeg' || docSuffix === 'gif' || docSuffix == 'pdf') return
      this.spinning = true
        dncApi.getFilePreviewApi(docId)
          .then(res => {
            console.log('res----------------------------', res)
@@ -86,7 +87,7 @@
          .finally(() => {
            this.spinning = false
          })
      },
    }
    }
  }
</script>