diff --git a/src/views/components/BindingTagDlg.vue b/src/views/components/BindingTagDlg.vue index 8c30c88..acc0686 100644 --- a/src/views/components/BindingTagDlg.vue +++ b/src/views/components/BindingTagDlg.vue @@ -288,8 +288,8 @@ export default { }, async opened() { if (!this.isBinding) { - // this.devId = await this.getDevId() - this.devId = 'D001' + this.devId = await this.getDevId() + // this.devId = 'D001' await this.tryConnect({ op: 'RFID_CheckStatus', sDevID: this.devId }) await this.readEpc({ op: 'RFID_ReadEpc', sDevID: this.devId }) await this.startBind()