Commit c3e29ff0 by lepdou

bugfix: submit disabled when not select env

parent e2febee6
......@@ -74,6 +74,7 @@ function itemModalDirective(toastr, $sce, AppUtil, EventManager, ConfigService)
} else {
if (selectedClusters.length == 0) {
toastr.error("请选择集群");
scope.item.addItemBtnDisabled = false;
return;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment