This commit is contained in:
2020-03-24 15:20:12 +00:00
parent f838a56487
commit 565fcc6f24

View File

@@ -219,6 +219,9 @@ export default {
});
},
test(e) {
if (e == undefined) {
return;
}
console.log("value changed deciding to emit", e);
console.log("e.id=", e.id);
if (e.id != null) {