3
This commit is contained in:
@@ -121,7 +121,7 @@ namespace FineUIPro.Web.CQMS.WBS.Control
|
||||
var rowIndex = Grid1.SelectedRowIndex;
|
||||
var rowId = Grid1.DataKeys[rowIndex][0].ToString();
|
||||
var runLevel = Grid1.DataKeys[rowIndex][2] != null ? Convert.ToInt32(Grid1.DataKeys[rowIndex][2]) : 1;
|
||||
if (runLevel > 3)
|
||||
if (runLevel > 2)
|
||||
{
|
||||
ShowNotify("最小节点无子节点!", MessageBoxIcon.Warning);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user