+
{{data.typeTitle+'附件'}}
+
+
+
+ {{it.substring(it.lastIndexOf('/')+1)}}
+ 下载文件
+
+
+
+
@@ -92,6 +107,9 @@ export default {
this.title = it.title;
this.TypeTitle = it.TypeTitle;
this.show = true;
+ },
+ handleDownload(url){
+ window.open('/jhapi'+url);
}
},
};