Conformance: Have activity & Activity sequence done.

This commit is contained in:
chiayin
2023-09-01 12:15:46 +08:00
parent 49230c1b51
commit 5f16c4ac58
5 changed files with 11 additions and 7 deletions

View File

@@ -238,6 +238,10 @@ export default {
this.isEndSelected = null;
};
});
this.$emitter.on('reset', data => {
this.isStartSelected = data;
this.isEndSelected = data;
});
}
}
</script>