feature/#41-query-builder-joins #83
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
||||||
<div class="flex flex-col gap-2 w-full">
|
<div class="flex flex-col gap-2 w-full">
|
||||||
<div class="flex flex-row gap-2 w-full">
|
<div class="flex flex-row gap-2 w-full">
|
||||||
<div
|
<div
|
||||||
|
v-if="false"
|
||||||
class="h-fit p-1 border border-gray-400 hover:bg-gray-200 rounded-md"
|
class="h-fit p-1 border border-gray-400 hover:bg-gray-200 rounded-md"
|
||||||
title="Join Modus wechseln"
|
title="Join Modus wechseln"
|
||||||
@click="swapJoinType(value.type)"
|
@click="swapJoinType(value.type)"
|
||||||
|
@ -105,7 +106,6 @@ export default defineComponent({
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
set(val: string) {
|
set(val: string) {
|
||||||
console.log(val, this.modelValue.type);
|
|
||||||
if (this.modelValue.type == "defined") {
|
if (this.modelValue.type == "defined") {
|
||||||
let relTable = this.activeTable?.relations.find((r) => r.column == val);
|
let relTable = this.activeTable?.relations.find((r) => r.column == val);
|
||||||
this.$emit("update:model-value", {
|
this.$emit("update:model-value", {
|
||||||
|
|
Loading…
Add table
Reference in a new issue