Browse Source

feat:修改首页

AmandaG 1 năm trước cách đây
mục cha
commit
e90036934a
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  1. 0 4
      src/views/Booking/src/BookingView.vue

+ 0 - 4
src/views/Booking/src/BookingView.vue

@@ -118,13 +118,9 @@ const filterTag = ref(['All'])
 // }
 onMounted(() => {
   // getTableData()
-  console.log(BookingTable_ref.value)
-  console.log(BookingTable_ref.value.querydata)
   setTimeout(() => {
     TransportListItem.value = BookingTable_ref.value.TransportListItem
     TagsList.value = BookingTable_ref.value.TagsList
-    console.log(BookingTable_ref.value.TransportListItem)
-    console.log(BookingTable_ref.value.TagsList)
   }, 1000)
 })
 let searchTableQeury: any = {}