HDL_ON/UI/UI2/3-Intelligence/Automation/AddLogic.cs
@@ -184,6 +184,19 @@ ///保存点击事件 saveView.btnClick.MouseUpEventHandler += (sender, e) => { if (Logic.currlogic.input.Count == 0) { new LogicView.TipPopView().FlashingBox("条件不能为空"); return; } if (Logic.currlogic.output.Count == 0) { new LogicView.TipPopView().FlashingBox("目标不能为空"); return; } Loading loading = new Loading(); this.AddChidren(loading); HDL_ON.DAL.Server.ResponsePackNew responsePackNew = null;