Browse Source

pacs

master
pengjun 12 months ago
parent
commit
860960256c
  1. 5
      src/components/doctorCheck/PacsTemplate.vue

5
src/components/doctorCheck/PacsTemplate.vue

@ -331,6 +331,11 @@ export default {
} }
}); });
this.summary = summary; this.summary = summary;
//
if(!this.summary){
if(this.doctorCheck.checkItemList.length > 0) this.summary = this.doctorCheck.checkItemList[0].result;
}
}, },
//pacs //pacs

Loading…
Cancel
Save