提交 325c0d80 编写于 作者: 张乐 提交者: GitHub

Merge pull request #592 from lepdou/bugfix_btn-disabled

bugfix: submit disabled when not select env
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册