ly 1 anno fa
parent
commit
9750647a45
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  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);