Browse Source

修复删除完之后的更新错误。。

Hcsy 8 years ago
parent
commit
7cf0f8b74e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      UAS-MES/FunctionCode/SystemSetting/SystemSetting_LabelMaintain.cs

+ 1 - 0
UAS-MES/FunctionCode/SystemSetting/SystemSetting_LabelMaintain.cs

@@ -519,6 +519,7 @@ namespace UAS_MES.SystemSetting
                     }
                 }
             }
+            sql.Clear();
             LoadData();
         }
     }