zhouwenxuan
2024-02-20 5d6dd045d7a83a2388759a422b2408266f08eb97
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)
    }