打印bug修改
This commit is contained in:
parent
c5ba087051
commit
ec21ddbaf8
@ -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>
|
||||||
|
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user