.html:
<bl-input @keyup.enter.native="submitForm()" v-model="SN" size="small"> </bl-input>
.ts:
async submitForm() { this.ScanCode(); }