WIP #217 don't know why it seems to work though

This commit is contained in:
Cindy Chang
2024-06-07 11:39:53 +08:00
parent fc99bac449
commit e16304df45
6 changed files with 110 additions and 92 deletions

View File

@@ -40,7 +40,7 @@ export default {
this.localSelect = null;
this.$emitter.emit('actRadioData', {
category: this.category,
task: this.selectedRadio,
task: this.selectedRadio, // For example, "a", or "出院"
});
this.$emit('selected-task', this.selectedRadio);
}