HDL_ON/UI/UI2/3-Intelligence/Automation/MainView.cs
@@ -311,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() == "") { //防止有的空对象; //正常情况下不会该现象;