点击或拖拽上传文件
@@ -819,10 +820,10 @@- - {{ file.name }} - - +
@@ -222,6 +225,9 @@ export default { } }, methods: { + downloadFile (attId) { + window.location.href = '/api/att/attFile/downloadFileForSar?fileId=' + attId + }, // 点击查看 handlePreview(item) { let routeUrl = this.$router.resolve({ diff --git a/src/pages/searchCenter/pages/advancedSearch.vue b/src/pages/searchCenter/pages/advancedSearch.vue index 55098a164..72f0c2165 100644 --- a/src/pages/searchCenter/pages/advancedSearch.vue +++ b/src/pages/searchCenter/pages/advancedSearch.vue @@ -1751,6 +1751,7 @@ export default { this.searchSarBykey(); }, judgeRolePermiOnSar(item, type) { + debugger let pagetype; if (type !== 5 && item.type === "msgdyinfo") { if (type === 2) { @@ -1986,6 +1987,7 @@ export default { }, // 查看 查看跳转详情页 detailsStandardLaws(item) { + debugger let routername = ""; let pagetype = ""; if (item.type === "stand") { @@ -1993,7 +1995,7 @@ export default { routername = "OtherStandardDetails"; pagetype = "INLAND_STAND"; } else { - routername = "OtherForeignDetails"; + routername = "OtherStandardDetails"; pagetype = "FOREIGN_STAND"; } } else if (item.type === "laws") {