Conformance: Have activity & Activity sequence done.
This commit is contained in:
@@ -238,6 +238,10 @@ export default {
|
||||
this.isEndSelected = null;
|
||||
};
|
||||
});
|
||||
this.$emitter.on('reset', data => {
|
||||
this.isStartSelected = data;
|
||||
this.isEndSelected = data;
|
||||
});
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
@@ -24,6 +24,7 @@ export default {
|
||||
},
|
||||
created() {
|
||||
this.datadata = this.select;
|
||||
this.$emitter.on('reset', data => this.datadata = data);
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
@@ -28,6 +28,7 @@ export default {
|
||||
},
|
||||
created() {
|
||||
this.data = this.select;
|
||||
this.$emitter.on('reset', data => this.data = data);
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user