From 1997d52296ee89f4b7833c19e2e37ea2b5408e22 Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期三, 26 三月 2025 10:12:51 +0800 Subject: [PATCH] Merge branch 'radio-frequency-cable' of http://114.132.189.42:9002/r/lims-ruoyi-before into radio-frequency-cable --- src/views/business/inspectionTask/components/InspectionWord.vue | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/views/business/inspectionTask/components/InspectionWord.vue b/src/views/business/inspectionTask/components/InspectionWord.vue index 3a169e1..7991e24 100644 --- a/src/views/business/inspectionTask/components/InspectionWord.vue +++ b/src/views/business/inspectionTask/components/InspectionWord.vue @@ -241,8 +241,6 @@ </template> <script> -// import ValueTable from '../../tool/value-table.vue' -import file from '@/utils/file' import excelFunction from '@/utils/excelFountion' import UnPassDialog from "@/views/business/unpass/components/unPassDialog.vue"; import AddUnPass from "@/views/business/unpass/components/addUnPass.vue"; @@ -1921,7 +1919,7 @@ } }, getAuthorizedPerson() { - selectUserCondition({ type: 0 }).then((res) => { + selectUserCondition({ type: 1 }).then((res) => { let data = []; res.data.forEach((a) => { data.push({ @@ -2033,7 +2031,7 @@ downFile({ id: row.id, }).then(res => { - this.$download.downloadFileFromUrl(res.data.fileUrl, row.fileName); + this.$download.saveAs(res.data.fileUrl, row.fileName); }).catch(error => { }) -- Gitblit v1.9.3