Corretto Chip List

This commit is contained in:
Paolo Arena
2021-10-03 16:11:29 +02:00
parent df4b4825e8
commit 3aebf19a91
8 changed files with 31 additions and 29 deletions

View File

@@ -348,7 +348,7 @@ export default defineComponent({
}
function SaveValdb(newVal: any, valinitial: any) {
// console.log('SaveValdb', newVal)
console.log('SaveValdb', newVal)
// console.log('SaveValue', newVal, 'rowsel', rowsel)
colsel.value = colclicksel.value
@@ -359,7 +359,7 @@ export default defineComponent({
function showandsel(row: any, col: any, newval: any, valinitial: any) {
// console.log('showandsel', row, col, newval)
console.log('showandsel', row, col, newval)
rowsel = row
colsel.value = col
idsel = row._id
@@ -377,7 +377,7 @@ export default defineComponent({
}
function SaveValue(newVal: any, valinitial: any) {
console.log('SaveValue', newVal, 'rowsel', rowsel, 'colsel', colsel.value)
// console.log('SaveValue', newVal, 'rowsel', rowsel, 'colsel', colsel.value)
if (colsel.value) {
// Update value in table memory