2022-11-23 焊接wbs树加载优化,管线划分数据加载优化
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
using System;
|
||||
|
||||
using BLL;
|
||||
namespace FineUIPro.Web
|
||||
{
|
||||
public partial class mainMenu_HJGL_AVEVA : PageBase
|
||||
@@ -8,6 +8,8 @@ namespace FineUIPro.Web
|
||||
{
|
||||
ctlAuditFlow.Url = BLL.Project_SysSetService.GetAvevaNetUrl(this.CurrUser.LoginProjectId);
|
||||
ctlAuditFlow.Url_item = BLL.Project_SysSetService.GetAvevaNetUrl(this.CurrUser.LoginProjectId) + "item/IPE%7CVPD%7CArea-15A";
|
||||
PipelineService.hJGL_Pipelines= PipelineService.GetPipelinesByProjectId(this.CurrUser.LoginProjectId);
|
||||
WeldJointService.hJGL_WeldJoints=WeldJointService.GetWeldJointByProjectid(this.CurrUser.LoginProjectId);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user