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 () => {