From e5e18883244117e03120608ed649246a58384abb Mon Sep 17 00:00:00 2001 From: z_yu <1534695664@qq.com> Date: Tue, 26 Jul 2022 09:38:37 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=91=E5=AE=9A=E6=A0=87=E7=AD=BE=20?= =?UTF-8?q?=E8=AE=BE=E5=A4=87id=E6=94=B9=E4=B8=BAD002?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/BindingTagDlg.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/components/BindingTagDlg.vue b/src/views/components/BindingTagDlg.vue index 5924d5a..15cee22 100644 --- a/src/views/components/BindingTagDlg.vue +++ b/src/views/components/BindingTagDlg.vue @@ -288,7 +288,8 @@ export default { }, async opened() { 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.readEpc({ op: 'RFID_ReadEpc', sDevID: this.devId }) await this.startBind()