diff --git a/src/components/CBarSelection/CBarSelection.ts b/src/components/CBarSelection/CBarSelection.ts index 594680c7..31eaf38e 100755 --- a/src/components/CBarSelection/CBarSelection.ts +++ b/src/components/CBarSelection/CBarSelection.ts @@ -136,7 +136,13 @@ export default defineComponent({ tablesel.value = props.table }) + watch(() => globalStore.myselector.data, (newval, oldval) => { + const rec = searchList.value.find((myrec) => myrec.table === toolsext.TABCITIES) // check if exist + if (rec) { + rec.value = globalStore.myselector.data + } + }) const labelcombo = computed(() => (item: any) => { let lab = item.label diff --git a/src/components/CBarSelection/CBarSelection.vue b/src/components/CBarSelection/CBarSelection.vue index daaccb55..1b5f849b 100755 --- a/src/components/CBarSelection/CBarSelection.vue +++ b/src/components/CBarSelection/CBarSelection.vue @@ -3,234 +3,210 @@ :class="$q.screen.lt.sm ? `` : `q-pa-xs`" v-if="isfinishLoading && mycolumns" > -
-