From 048a1d039d347cf109e053961865f7b01d721643 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Wed, 27 Aug 2025 16:36:27 +0800
Subject: [PATCH] 修改
---
src/views/safetyReview/expertManage/postEvaluation/components/expertList.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/safetyReview/expertManage/postEvaluation/components/expertList.vue b/src/views/safetyReview/expertManage/postEvaluation/components/expertList.vue
index 4af447f..0abbc98 100644
--- a/src/views/safetyReview/expertManage/postEvaluation/components/expertList.vue
+++ b/src/views/safetyReview/expertManage/postEvaluation/components/expertList.vue
@@ -143,7 +143,7 @@
const downloadFile = async (val) => {
- const res = await getExpertEvaDetail({projectExpertId: val.id});
+ const res = await getExpertEvaDetail({projectExpertId: val.id,expertType:val.expertType});
if(res.code == 200){
let outData = res.data
outData.deptName = state.deptName
--
Gitblit v1.9.2