wei
2021-01-14 57053e5720e66837c3a50c01dc6683032f5917d6
HDL_ON/UI/UI2/3-Intelligence/Automation/MainView.cs
@@ -233,7 +233,6 @@
        /// </summary>
        public static void GetLogicList()
        {
            if (Logic.LogicList.Count != 0)
            {
                //自动化列表为0才去获取自动化列表;
@@ -312,7 +311,7 @@
            //2-功能图标
            for (int i = 0; i < logic.input.Count; i++)
            {
                if (logic.input[i] == null)
                if (logic.input[i] == null || logic.input[i].ToString() == "")
                {
                    //防止有的空对象;
                    //正常情况下不会该现象;