Skip to content

Commit c3e29ff

Browse files
committed
bugfix: submit disabled when not select env
1 parent e2febee commit c3e29ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apollo-portal/src/main/resources/static/scripts/directive/item-modal-directive.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ function itemModalDirective(toastr, $sce, AppUtil, EventManager, ConfigService)
7474
} else {
7575
if (selectedClusters.length == 0) {
7676
toastr.error("请选择集群");
77+
scope.item.addItemBtnDisabled = false;
7778
return;
7879
}
7980

0 commit comments

Comments
 (0)