From 4c1df0325350b481c4f5d986a0029a4ec49737d6 Mon Sep 17 00:00:00 2001 From: z_yu <1534695664@qq.com> Date: Mon, 5 Sep 2022 17:01:04 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=91=E5=AE=9A=E6=A1=8C=E9=9D=A2=E5=BC=8FRF?= =?UTF-8?q?ID=E8=AF=BB=E5=86=99=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/BindingTagDlg.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()