提交试车代码
This commit is contained in:
@@ -135,6 +135,11 @@ namespace FineUIPro.Web.TestRun.BeforeTestRun
|
||||
if (this.tvControlItem.SelectedNodeID.Split('|').Length > 2)
|
||||
{
|
||||
subInspectId = this.tvControlItem.SelectedNodeID.Split('|').Last();
|
||||
lblCodeStr.Text = this.tvControlItem.SelectedNode.ToolTip;
|
||||
}
|
||||
else
|
||||
{
|
||||
lblCodeStr.Text = string.Empty;
|
||||
}
|
||||
//获取子系统
|
||||
var data = from termitem in Funs.DB.PreRun_SubInspectTermItem
|
||||
|
||||
Reference in New Issue
Block a user