vers 1.1.6
- risolto problema cors ?!? - notifiche transazioni pendenti OK
This commit is contained in:
@@ -434,7 +434,7 @@ export default defineComponent({
|
||||
watch(() => searchList.value, (to: any, from: any) => {
|
||||
// console.log('watch searchlist', to)
|
||||
if (searchList.value && !changetable.value) {
|
||||
console.log('REFRR searchList.value', to)
|
||||
// console.log('REFRR searchList.value', to)
|
||||
refresh()
|
||||
}
|
||||
})
|
||||
@@ -461,7 +461,7 @@ export default defineComponent({
|
||||
watch(() => props.filtercustom, (to: any, from: any) => {
|
||||
// console.log('filtercustom', to)
|
||||
if (JSON.stringify(to) !== JSON.stringify(from)) {
|
||||
console.log('REFRR props.filtercustom', to, from)
|
||||
// console.log('REFRR props.filtercustom', to, from)
|
||||
refresh()
|
||||
}
|
||||
})
|
||||
@@ -568,7 +568,7 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
function searchval(newval: any, table: any) {
|
||||
console.log('REFRR searchval', newval, table)
|
||||
// console.log('REFRR searchval', newval, table)
|
||||
const myrecfilt = searchList.value.find((rec) => rec.table === table)
|
||||
let keycookie = tools.COOK_SEARCH + costanti.FILTER_SEP + mytable.value + costanti.FILTER_SEP
|
||||
if (myrecfilt && myrecfilt.keycookie)
|
||||
@@ -1224,7 +1224,7 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
watch(() => mycodeid.value, (newval, oldval) => {
|
||||
console.log('REFRR - mycodeid.value', newval)
|
||||
// console.log('REFRR - mycodeid.value', newval)
|
||||
refresh()
|
||||
})
|
||||
|
||||
@@ -1235,7 +1235,7 @@ export default defineComponent({
|
||||
myvertical.value === costanti.VISUTABLE_SCHEDA_USER ||
|
||||
(props.showType === costanti.SHOW_USERINFO))) {
|
||||
|
||||
console.log('REFRR - updateTables.value', newval)
|
||||
// console.log('REFRR - updateTables.value', newval)
|
||||
refresh()
|
||||
|
||||
userStore.updateTables = false
|
||||
|
||||
Reference in New Issue
Block a user