Explorar el Código

fix:解决多余的符号导致报表无法打开问题

liujiayin hace 2 años
padre
commit
e0691ebaca
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/business/platform/file/attachment/selector.vue

+ 1 - 1
src/business/platform/file/attachment/selector.vue

@@ -532,7 +532,7 @@ export default {
         handlePreview (index) {
             const data = this.selectorValue[index]
             if (this.operation_status !== 'fileTraining') {
-                this.attachment = this.multiple ? this.selectorValue[index] : this.selectorValue``
+                this.attachment = this.multiple ? this.selectorValue[index] : this.selectorValue
                 if (supportFileTypes.includes(this.attachment.ext)) {
                     this.getPreview(index)
                     this.filePreviewVisible = true