2023-03-21
This commit is contained in:
@@ -294,8 +294,9 @@ namespace FineUIPro.Web.HJGL.InfoQuery
|
||||
}
|
||||
else if (this.tvControlItem.SelectedNode.CommandName == "管线")
|
||||
{
|
||||
model.PipelineId = this.tvControlItem.SelectedNodeID;
|
||||
|
||||
}
|
||||
model.PipelineId= this.tvControlItem.SelectedNodeID;
|
||||
model.WeldJointCode = this.txtWeldJointCode.Text;
|
||||
var list= BLL.WeldJointService.GetViewWeldJointsBymodel(model);
|
||||
View_HJGL_WeldJoint = list;
|
||||
|
||||
Reference in New Issue
Block a user