Explorar o código

feat:修改首页

AmandaG hai 1 ano
pai
achega
e90036934a
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  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 = {}