zhouwx
3 天以前 048a1d039d347cf109e053961865f7b01d721643
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