- fixed server versioni precedenti (getEnableTokenExpiredByIdApp dava errore perchè confpages non esiste nelle vecchie versioni ...)
This commit is contained in:
@@ -147,7 +147,7 @@ export default defineComponent({
|
||||
|
||||
watch(() => props.table, (newval, oldval) => {
|
||||
tablesel.value = props.table
|
||||
console.log('CHANGE TABLESEL', tablesel.value)
|
||||
// console.log('CHANGE TABLESEL', tablesel.value)
|
||||
})
|
||||
|
||||
watch(() => globalStore.myselector.data, (newval, oldval) => {
|
||||
@@ -270,7 +270,7 @@ export default defineComponent({
|
||||
|
||||
tablesel.value = props.table
|
||||
|
||||
console.log(' . TABLE =', props.table)
|
||||
// console.log(' . TABLE =', props.table)
|
||||
mycolumns.value = fieldsTable.getArrColsByTable(props.table)
|
||||
|
||||
searchList.value = [
|
||||
|
||||
Reference in New Issue
Block a user