zhouwx
7 天以前 819275813ce4e586e7397d15a339145f53c4b04c
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