@@ -73,6 +73,11 @@ namespace UAS_MES.Make
OperateResult.AppendText(">>" + inputValue.Text + "\n", Color.Black);
if (step == 0)
{
+ //避免第一步出错的时候添加不需要的数据
+ if (list.Count!=0)
+ {
+ list.Clear();
+ }
//判断是否有已勾选的项次
foreach (Control ctl in collects.Controls)