Changes in Tags and Updating
This commit is contained in:
@@ -28,7 +28,8 @@ const selectedTags = ref("Eingang")
|
||||
const documents = ref([])
|
||||
|
||||
const setupPage = async () => {
|
||||
documents.value = await useSupabaseSelectDocuments("*, project(id,name), customer(id,name), contract(id,name), vendor(id,name), plant(id,name), vehicle(id,licensePlate), product(id,name), profile(id,fullName) ")
|
||||
//documents.value = await useSupabaseSelectDocuments("*, project(id,name), customer(id,name), contract(id,name), vendor(id,name), plant(id,name), vehicle(id,licensePlate), product(id,name), profile(id,fullName) ")
|
||||
documents.value = await useSupabaseSelectDocuments("*")
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user