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