Added Bar Selector City at the Top !
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user