2022-12-09

This commit is contained in:
李鹏飞 2022-12-09 18:12:23 +08:00
parent fe4a0933ec
commit b949218d23
1 changed files with 3 additions and 3 deletions

View File

@ -258,8 +258,8 @@ namespace FineUIPro.Web.HJGL.WeldingManage
if (pagenum < Count) if (pagenum < Count)
{ {
TreeNode newNode = new TreeNode(); TreeNode newNode = new TreeNode();
newNode.Text = "下一页"; newNode.Text = "加载";
newNode.NodeID = "下一页"; newNode.NodeID = "加载";
newNode.Icon = Icon.ArrowDown; newNode.Icon = Icon.ArrowDown;
newNode.CommandName = PipeArea; newNode.CommandName = PipeArea;
newNode.EnableClickEvent = true; newNode.EnableClickEvent = true;
@ -360,7 +360,7 @@ namespace FineUIPro.Web.HJGL.WeldingManage
/// <param name="e"></param> /// <param name="e"></param>
protected void tvControlItem_NodeCommand(object sender, TreeCommandEventArgs e) protected void tvControlItem_NodeCommand(object sender, TreeCommandEventArgs e)
{ {
if (e.NodeID == "下一页") if (e.NodeID == "加载")
{ {
if (e.Node.CommandName == "1") if (e.Node.CommandName == "1")