This commit is contained in:
parent
bbbcdea720
commit
e56b108443
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue