This commit is contained in:
Joel McKinnon 2020-01-13 13:52:26 -08:00
parent 4f7345563f
commit e1e1e0fb2f

View File

@ -103,6 +103,8 @@ export default {
this.conditionCollection.unshift(conditionDO);
this.$set(this.domainObject.configuration.conditionCollection, 0, conditionDO);
console.log(conditionDO.name)
this.persist();