CSR-108: remove console logs
This commit is contained in:
parent
f2c3e79a57
commit
71fe6039d3
1 changed files with 0 additions and 6 deletions
|
|
@ -144,15 +144,9 @@ export default {
|
||||||
},
|
},
|
||||||
selectedValues: {
|
selectedValues: {
|
||||||
get: function() {
|
get: function() {
|
||||||
console.log("_ _ BQ - - selectedValues GET this.modelValue: ", this.modelValue) //./
|
|
||||||
/*
|
|
||||||
"1|answer|DD11132|Yes"
|
|
||||||
*/
|
|
||||||
return this.modelValue;
|
return this.modelValue;
|
||||||
},
|
},
|
||||||
set: function(newValue) {
|
set: function(newValue) {
|
||||||
console.log("_ _ BQ - - selectedValues GET newValue: ", newValue) //./
|
|
||||||
|
|
||||||
this.$emit("update:modelValue", newValue);
|
this.$emit("update:modelValue", newValue);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue