打印bug修改

This commit is contained in:
张佳炜 2025-03-11 10:45:39 +08:00
parent c5ba087051
commit ec21ddbaf8
2 changed files with 4 additions and 2 deletions

View File

@ -15,7 +15,6 @@
type="text" type="text"
v-model="searchQuery" v-model="searchQuery"
placeholder="请输入姓名" placeholder="请输入姓名"
@input="handleSearch"
/> />
<i class="el-icon-search search-icon"></i> <i class="el-icon-search search-icon"></i>
</div> </div>
@ -402,6 +401,9 @@ const fetchPatientsByDate = async () => {
watch(inspectionStatus, (newValue, oldValue) => { watch(inspectionStatus, (newValue, oldValue) => {
fetchPatientsByDate() fetchPatientsByDate()
}); });
watch(searchQuery, (newValue, oldValue) => {
fetchPatientsByDate()
});
</script> </script>

View File

@ -4247,7 +4247,7 @@ export default {
"fontSize": 15, "fontSize": 15,
"fontWeight": "bold", "fontWeight": "bold",
"lineHeight": 15, "lineHeight": 15,
"pageBreak": true
}, },
"printElementType": { "printElementType": {
"type": "text" "type": "text"