소스 검색

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

Hcsy 8 년 전
부모
커밋
7cf0f8b74e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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();
         }
     }