From 324827fd6d966c36442d1f7a624c49a09a598f97 Mon Sep 17 00:00:00 2001 From: wenjy Date: Wed, 9 Oct 2024 16:21:29 +0800 Subject: [PATCH] =?UTF-8?q?change=20-=20=E6=9D=A1=E7=A0=81=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E6=94=B9=E4=B8=BA=E6=9C=80=E7=BB=88=E7=BB=93=E6=9E=9C?= =?UTF-8?q?=E8=BF=9B=E8=A1=8C=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SlnMesnac.WPF/ViewModel/IndexViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SlnMesnac.WPF/ViewModel/IndexViewModel.cs b/SlnMesnac.WPF/ViewModel/IndexViewModel.cs index 890bef2..0f58fce 100644 --- a/SlnMesnac.WPF/ViewModel/IndexViewModel.cs +++ b/SlnMesnac.WPF/ViewModel/IndexViewModel.cs @@ -160,7 +160,7 @@ namespace SlnMesnac.WPF.ViewModel App.Current.Dispatcher.Invoke(() => { - TagCode = info.Rfid; + TagCode = info.Result; ImagePath = info.Url; scanLogModelsItems.Add(info);