陈嘉乐
2020-12-02 74b7633fc57593542157e9d82513b5cfc4d5d8c4
HDL_ON/UI/UI2/3-Intelligence/Automation/AddLogic.cs
@@ -188,8 +188,13 @@
                }
                else
                {
                    LogicMethod.RemoveAllView();
                    MainView.MainShow();
                    var responsePackNew = Send.updateLogic(Logic.currlogic);
                    if (responsePackNew.Code == "0")
                    {
                        LogicMethod.RemoveAllView();
                        MainView.MainShow();
                    }
                    //发送新加修改逻辑命令;
                }