diff --git a/src/components/doctorCheck/PacsDcmList.vue b/src/components/doctorCheck/PacsDcmList.vue index 0e6f482..f87f133 100644 --- a/src/components/doctorCheck/PacsDcmList.vue +++ b/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: {