Added Bar Selector City at the Top !

This commit is contained in:
Surya Paolo
2022-12-02 10:44:57 +01:00
parent 07f5f1c4c9
commit 7deb7b6414
8 changed files with 328 additions and 305 deletions

View File

@@ -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