马宇豪
2024-01-29 74a8f5aa710a7e640e224696ed16a45f92c0bdda
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)
    }