Updated riso.app with Site Configuration Parameter
This commit is contained in:
@@ -520,7 +520,7 @@ export default defineComponent({
|
||||
}
|
||||
}
|
||||
|
||||
console.log('sortBy', sortBy)
|
||||
// console.log('sortBy', sortBy)
|
||||
|
||||
const filtersearch: any[] = []
|
||||
const filtersearch2: any[] = []
|
||||
@@ -563,7 +563,7 @@ export default defineComponent({
|
||||
if (searchList.value) {
|
||||
recSkill = searchList.value.find((item: ISearchList) => item.table === toolsext.TABSKILLS)
|
||||
idSkill = recSkill ? recSkill.value : 0
|
||||
console.log('recSkill', idSkill)
|
||||
// console.log('recSkill', idSkill)
|
||||
}
|
||||
|
||||
|
||||
@@ -993,7 +993,7 @@ export default defineComponent({
|
||||
if (startsearch.value)
|
||||
return false
|
||||
|
||||
console.log('REFRESH!')
|
||||
// console.log('REFRESH!')
|
||||
|
||||
startsearch.value = true
|
||||
|
||||
@@ -1065,9 +1065,7 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
function tableClass() {
|
||||
if (dark) {
|
||||
return 'bg-black'
|
||||
}
|
||||
return ($q.dark.isActive ? 'bg-black' : 'bg-white')
|
||||
}
|
||||
|
||||
function selItem(item: any, col: IColGridTable, inmodif?: boolean) {
|
||||
@@ -1476,7 +1474,7 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
function changeTable(mysel: any) {
|
||||
console.log('changeTable', tablesel.value)
|
||||
// console.log('changeTable', tablesel.value)
|
||||
changetable.value = true
|
||||
if (tablesel.value === undefined || tablesel.value === '')
|
||||
return
|
||||
@@ -1576,12 +1574,12 @@ export default defineComponent({
|
||||
}
|
||||
}
|
||||
|
||||
console.log('REFRR - changetable')
|
||||
// console.log('REFRR - changetable')
|
||||
refresh()
|
||||
}
|
||||
|
||||
function doSearch() {
|
||||
console.log('REFRR - doSearch')
|
||||
// console.log('REFRR - doSearch')
|
||||
refresh()
|
||||
}
|
||||
|
||||
@@ -1916,7 +1914,7 @@ export default defineComponent({
|
||||
|
||||
function onLoadScroll (index: number, done: any) {
|
||||
if (index > 1) {
|
||||
console.log('onLoadScroll', index, 'RECLOAD', numRecLoaded.value, 'ROWS: ', pagination.value.rowsNumber)
|
||||
// console.log('onLoadScroll', index, 'RECLOAD', numRecLoaded.value, 'ROWS: ', pagination.value.rowsNumber)
|
||||
if (numRecLoaded.value < pagination.value.rowsNumber || (pagination.value.rowsNumber <= 0 && clickbuttsearch.value)) {
|
||||
if (pagination.value.rowsNumber === 0) {
|
||||
pagination.value.page = 0
|
||||
|
||||
Reference in New Issue
Block a user