From d08d86281a1b10ac7b7bfd4b02d3b750fa01530a Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Tue, 4 Feb 2025 15:15:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=A9=E5=85=85=E6=98=BE=E7=A4=BA=E8=8C=83?= =?UTF-8?q?=E5=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/FirstJob/recordBillTable.vue | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/components/FirstJob/recordBillTable.vue b/src/components/FirstJob/recordBillTable.vue index f877655..5408ba8 100644 --- a/src/components/FirstJob/recordBillTable.vue +++ b/src/components/FirstJob/recordBillTable.vue @@ -12,7 +12,7 @@ 选择 -
+
跳至 @@ -124,8 +124,7 @@ export default { }, watch: { "isModalVisible"(newV, old) { - console.log(old, newV); - this.tableScroll = window.innerHeight - 450; + this.tableScroll = window.innerHeight - 400; if (newV) { this.getJobList(); }else{ @@ -134,8 +133,7 @@ export default { }, }, created() { - console.log(123); - this.tableScroll = window.innerHeight - 450; + this.tableScroll = window.innerHeight - 400; this.getJobList(); }, methods: {