2022-12-09
This commit is contained in:
parent
fe4a0933ec
commit
b949218d23
|
|
@ -258,8 +258,8 @@ namespace FineUIPro.Web.HJGL.WeldingManage
|
|||
if (pagenum < Count)
|
||||
{
|
||||
TreeNode newNode = new TreeNode();
|
||||
newNode.Text = "下一页";
|
||||
newNode.NodeID = "下一页";
|
||||
newNode.Text = "加载";
|
||||
newNode.NodeID = "加载";
|
||||
newNode.Icon = Icon.ArrowDown;
|
||||
newNode.CommandName = PipeArea;
|
||||
newNode.EnableClickEvent = true;
|
||||
|
|
@ -360,7 +360,7 @@ namespace FineUIPro.Web.HJGL.WeldingManage
|
|||
/// <param name="e"></param>
|
||||
protected void tvControlItem_NodeCommand(object sender, TreeCommandEventArgs e)
|
||||
{
|
||||
if (e.NodeID == "下一页")
|
||||
if (e.NodeID == "加载")
|
||||
{
|
||||
|
||||
if (e.Node.CommandName == "1")
|
||||
|
|
|
|||
Loading…
Reference in New Issue