This commit is contained in:
@@ -219,6 +219,9 @@ export default {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
test(e) {
|
test(e) {
|
||||||
|
if (e == undefined) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
console.log("value changed deciding to emit", e);
|
console.log("value changed deciding to emit", e);
|
||||||
console.log("e.id=", e.id);
|
console.log("e.id=", e.id);
|
||||||
if (e.id != null) {
|
if (e.id != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user