diff --git a/src/views/summary/examination/index.vue b/src/views/summary/examination/index.vue index 0ba9bfe..2e16a40 100644 --- a/src/views/summary/examination/index.vue +++ b/src/views/summary/examination/index.vue @@ -15,7 +15,6 @@ type="text" v-model="searchQuery" placeholder="请输入姓名" - @input="handleSearch" /> @@ -402,6 +401,9 @@ const fetchPatientsByDate = async () => { watch(inspectionStatus, (newValue, oldValue) => { fetchPatientsByDate() }); +watch(searchQuery, (newValue, oldValue) => { + fetchPatientsByDate() +}); diff --git a/src/views/summary/print/template.js b/src/views/summary/print/template.js index f6bca64..ccceccc 100644 --- a/src/views/summary/print/template.js +++ b/src/views/summary/print/template.js @@ -4247,7 +4247,7 @@ export default { "fontSize": 15, "fontWeight": "bold", "lineHeight": 15, - "pageBreak": true + }, "printElementType": { "type": "text"