Browse Source

pacs

master
pengjun 12 months ago
parent
commit
41f808c79f
  1. 3
      src/components/doctorCheck/PacsDcmList.vue

3
src/components/doctorCheck/PacsDcmList.vue

@ -210,6 +210,9 @@ export default {
let today = moment(new Date()).format("yyyy-MM-DD")
this.query.startDate = today
this.query.endDate = today
this.doctorCheck.checkItemList = []
this.result = ''
this.summary = ''
},
computed: {

Loading…
Cancel
Save