Aggiornamento cataloghi...
This commit is contained in:
@@ -21,10 +21,7 @@ export default defineComponent({
|
||||
},
|
||||
arrvalue: {
|
||||
type: Array,
|
||||
required: false,
|
||||
default: () => {
|
||||
return []
|
||||
}
|
||||
required: true,
|
||||
},
|
||||
value: [String, Number, Object],
|
||||
label: {
|
||||
@@ -268,7 +265,7 @@ export default defineComponent({
|
||||
|
||||
saveOptInCookie(newval)
|
||||
|
||||
// console.log(' ----- Myselect changeval Arrvalue', myarrvalue.value)
|
||||
console.log(' ----- Myselect changeval Arrvalue', myarrvalue.value)
|
||||
emit('update:arrvalue', myarrvalue.value)
|
||||
emit('changeval', myarrvalue.value)
|
||||
|
||||
@@ -325,6 +322,7 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
function mounted() {
|
||||
console.log('CMYSELECT: mounted')
|
||||
optionsreal.value = props.options
|
||||
if (props.focus) {
|
||||
focusVisibleSelect()
|
||||
@@ -352,7 +350,7 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
function update() {
|
||||
// console.log('update', props.value, props)
|
||||
console.log('update', props.value, props)
|
||||
// console.log(' #### mounted myselect', props.options, 'arrvalue', myarrvalue.value)
|
||||
let rec: any
|
||||
if (optionsreal.value) {
|
||||
|
||||
Reference in New Issue
Block a user