From 1aca87a7186fe6bff1e6aa9501bc3e7daf1159ba Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期二, 11 三月 2025 14:32:33 +0800
Subject: [PATCH] 生产补料

---
 DevApp/Gs.DevApp/UserControl/SelectWwPc.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/DevApp/Gs.DevApp/UserControl/SelectWwPc.cs b/DevApp/Gs.DevApp/UserControl/SelectWwPc.cs
index 9938354..140e41f 100644
--- a/DevApp/Gs.DevApp/UserControl/SelectWwPc.cs
+++ b/DevApp/Gs.DevApp/UserControl/SelectWwPc.cs
@@ -22,7 +22,7 @@
         public SelectWwPc(string _lineId)
         {
             InitializeComponent();
-            Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(this.GetType().FullName,gridView1, null, null, null, "", (value) =>
+            Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(gridView1, null, null, null, "", (value) =>
             {
 
             });

--
Gitblit v1.9.3