WIP #217 don't know why it seems to work though
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user