yusm hai 3 semanas
pai
achega
ddc296c5ac

+ 2 - 2
fhKeeper/formulahousekeeper/timesheet/src/components/taskComponent.vue

@@ -1810,7 +1810,7 @@
                       > -->
                       <el-link
                         v-for="item in JSON.parse(item2.attachment)"
-                        @click.prevent="viewOnline2(item)"
+                        @click.stop.native="viewOnline2(item)"
                       >
                         <span style="margin-left: 8px; color: #262626">{{
                           item.originName
@@ -3312,7 +3312,7 @@ export default {
         console.log(routeUrl.href);
         window.open(routeUrl.href, "_blank");
       } else {
-        window.open(row.url, "_blank");
+        window.open("/upload/" + row.serverName, "_blank");
       }
     },
     // 提交按钮