From 41f808c79ffadb74afd74df3a1c05b25cfbac28c Mon Sep 17 00:00:00 2001 From: pengjun <1332099529@qq.com> Date: Thu, 14 Nov 2024 16:45:14 +0800 Subject: [PATCH] pacs --- src/components/doctorCheck/PacsDcmList.vue | 3 +++ 1 file changed, 3 insertions(+) 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: {