AmandaG před 1 rokem
rodič
revize
e90036934a
1 změnil soubory, kde provedl 0 přidání a 4 odebrání
  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 = {}