From 1410e38e50687272a162123552de122661d981ee Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期三, 25 十一月 2020 17:53:04 +0800
Subject: [PATCH] 2020-11-25-2

---
 HDL_ON/UI/UI2/3-Intelligence/Automation/FunTpye.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/FunTpye.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/FunTpye.cs
index 4fa1668..e407af8 100644
--- a/HDL_ON/UI/UI2/3-Intelligence/Automation/FunTpye.cs
+++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/FunTpye.cs
@@ -240,7 +240,7 @@
                 funView.btnClick.MouseUpEventHandler += (sen,e) => {
                     DeviceFunList deviceFunList = new DeviceFunList();
                     MainPage.BasePageView.AddChidren(deviceFunList);
-                    deviceFunList.Show(dev);
+                    deviceFunList.Show(dev,0,false);
                     MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1;
                 };
             }

--
Gitblit v1.8.0