单个服务切换集群时可以选择是否保留节点上的配置/总是可以切换集群,不再受所属用户的影响

This commit is contained in:
GoEdgeLab
2022-04-18 17:18:39 +08:00
parent 9932def081
commit 3c90c5c72d
4 changed files with 20 additions and 12 deletions

View File

@@ -7,6 +7,7 @@ Tea.context(function () {
this.userId = 0
this.plans = []
this.userPlanId = 0
this.oldClusterId = this.server.clusterId
if (this.userPlan != null) {
this.userPlanId = this.userPlan.id