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: {