ly hai 1 ano
pai
achega
9750647a45
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      src/views/business/deduction/index.vue

+ 3 - 1
src/views/business/deduction/index.vue

@@ -640,7 +640,9 @@
       getList();
     });
   }
-
+  function openEvidience() {
+    window.open(`${baseUrl.value}${form.value.files[0].fileUrl}`);
+  }
   function openUpload(row) {
     formOpen.value = true;
     form.value = proxy.deepClone(row);