zhouwx
2024-06-06 003d931e17089fe493ff75e290b3d20ad21f46e3
src/views/safetyReview/projectManage/components/contractManage.vue
@@ -79,7 +79,9 @@
  if(type === 'detail' || type === 'edit' ){
    const res = await getDetail({projectId: val});
    if(res.code == 200){
      state.formData = res.data;
      if(res.data){
        state.formData = res.data;
      }
    }else {
      ElMessage.warning(res.message)
    }