Browse Source

绑定标签 设备id改为D002

master
z_yu 3 years ago
parent
commit
e5e1888324
  1. 3
      src/views/components/BindingTagDlg.vue

3
src/views/components/BindingTagDlg.vue

@ -288,7 +288,8 @@ export default {
}, },
async opened() { async opened() {
if (!this.isBinding) { if (!this.isBinding) {
this.devId = await this.getDevId()
// this.devId = await this.getDevId()
this.devId = 'D002'
await this.tryConnect({ op: 'RFID_CheckStatus', sDevID: this.devId }) await this.tryConnect({ op: 'RFID_CheckStatus', sDevID: this.devId })
await this.readEpc({ op: 'RFID_ReadEpc', sDevID: this.devId }) await this.readEpc({ op: 'RFID_ReadEpc', sDevID: this.devId })
await this.startBind() await this.startBind()

Loading…
Cancel
Save