打印bug修改
This commit is contained in:
parent
c5ba087051
commit
ec21ddbaf8
@ -15,7 +15,6 @@
|
||||
type="text"
|
||||
v-model="searchQuery"
|
||||
placeholder="请输入姓名"
|
||||
@input="handleSearch"
|
||||
/>
|
||||
<i class="el-icon-search search-icon"></i>
|
||||
</div>
|
||||
@ -402,6 +401,9 @@ const fetchPatientsByDate = async () => {
|
||||
watch(inspectionStatus, (newValue, oldValue) => {
|
||||
fetchPatientsByDate()
|
||||
});
|
||||
watch(searchQuery, (newValue, oldValue) => {
|
||||
fetchPatientsByDate()
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
|
@ -4247,7 +4247,7 @@ export default {
|
||||
"fontSize": 15,
|
||||
"fontWeight": "bold",
|
||||
"lineHeight": 15,
|
||||
"pageBreak": true
|
||||
|
||||
},
|
||||
"printElementType": {
|
||||
"type": "text"
|
||||
|
Loading…
Reference in New Issue
Block a user