From bdccaed88c1ff01a8249ca4967845dffa594fbe0 Mon Sep 17 00:00:00 2001 From: zhaojian Date: Wed, 15 Nov 2023 18:34:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=A9=BA=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shangjian/XGLFinishPro/Views/ExecReportWorkWin.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/shangjian/XGLFinishPro/Views/ExecReportWorkWin.xaml.cs b/shangjian/XGLFinishPro/Views/ExecReportWorkWin.xaml.cs index c1d66c0..60106a0 100644 --- a/shangjian/XGLFinishPro/Views/ExecReportWorkWin.xaml.cs +++ b/shangjian/XGLFinishPro/Views/ExecReportWorkWin.xaml.cs @@ -196,6 +196,7 @@ namespace XGLFinishPro.Views return; } List strings =new List(); + strings.Add(""); foreach (System.Data.DataRow row in dt.Rows) { strings.Add(row[0].ToString());