From 819275813ce4e586e7397d15a339145f53c4b04c Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Thu, 28 Aug 2025 09:48:51 +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