From ce24d803285f81ebb3b3fc73efe9edd173327647 Mon Sep 17 00:00:00 2001 From: lijing1 Date: Tue, 10 Feb 2026 10:58:27 +0800 Subject: [PATCH] =?UTF-8?q?update:=E6=8A=A5=E5=91=8A=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E6=89=93=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../runDetailPage/runPagecomponent/reportResult.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/task/execution/components/runDetailPage/runPagecomponent/reportResult.vue b/src/views/task/execution/components/runDetailPage/runPagecomponent/reportResult.vue index a657ebf..b21f7b9 100644 --- a/src/views/task/execution/components/runDetailPage/runPagecomponent/reportResult.vue +++ b/src/views/task/execution/components/runDetailPage/runPagecomponent/reportResult.vue @@ -1013,6 +1013,10 @@ const beforeUploadFun = (file: any) => { yunits: '', fileType: fileType.value, keyResultType: keyResultType.value, + // 报告结果2 + fileTypeDictValue: '2', // 这里写死的 + fileTypeDictClass: 'ALL_FILE_TYPE', + dictTags: ['fileTypeDictClass', 'fileTypeDictValue'], }; tableData.value.push(obj); @@ -1020,6 +1024,7 @@ const beforeUploadFun = (file: any) => { nextTick(() => { baseUploadTableRef.value.setDataFun(tableData.value); }); + return false; }; const submitFun2 = async () => {