2023-04-14-001

This commit is contained in:
2023-04-14 11:35:13 +08:00
parent 67ce2a0f9d
commit 82a21efb11
2 changed files with 1 additions and 1 deletions
Binary file not shown.
@@ -168,7 +168,7 @@ namespace FineUIPro.Web.HJGL.WeldingManage
} }
private void BindNodes(TreeNode node) private void BindNodes(TreeNode node)
{ {
BLL.PipelineService.BindTreeNodes(node,true, this.txtPipelineCode.Text.Trim(), this.CurrUser.LoginProjectId, pageSize); BLL.PipelineService.BindTreeNodes(node, ckNOEdit.Checked, this.txtPipelineCode.Text.Trim(), this.CurrUser.LoginProjectId, pageSize);
} }
#endregion #endregion