11wqe1 hace 8 meses
padre
commit
d691e9d64c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/components/studentWorkPreviewDialog.vue

+ 1 - 1
src/components/components/studentWorkPreviewDialog.vue

@@ -422,7 +422,7 @@ export default {
     async open({ work, testData, testJson, tool }) {
 
       console.log('work',work);
-      if (this.isValidURL(work.works)) {
+      if (this.isValidURL(work.works) && tool == '72') {
           await getFile(work.works).then((res) => {
               work.works = res.data;
           });