Animations, Policy, Toolbar Colors
This commit is contained in:
@@ -464,7 +464,7 @@ export default defineComponent({
|
||||
|
||||
function SaveValueInt(newVal: any, valinitial: any) {
|
||||
|
||||
// console.log('SaveValueInt', newVal, valinitial)
|
||||
console.log('SaveValueInt', newVal, valinitial)
|
||||
|
||||
if (isFieldDb()) {
|
||||
savefield(newVal, valinitial, $q)
|
||||
@@ -486,8 +486,8 @@ export default defineComponent({
|
||||
}
|
||||
}
|
||||
|
||||
emit('save', newVal, valinitial)
|
||||
}
|
||||
emit('save', newVal, valinitial)
|
||||
}
|
||||
|
||||
function savefield(value: any, initialval: any, myq: any) {
|
||||
@@ -763,6 +763,7 @@ export default defineComponent({
|
||||
getTitleEditor,
|
||||
t,
|
||||
myrow,
|
||||
shared_consts,
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user