房间内角标入口 - 编辑修复财富等级限制生效范围问题
This commit is contained in:
@@ -689,7 +689,7 @@ export default {
|
||||
}
|
||||
this.resource.ruleValue[ruleCode] = rule;
|
||||
}
|
||||
this.resource.ruleValue['USER_LEVEL_LIMIT_ROLE'] = "1";
|
||||
this.resource.ruleValue['USER_LEVEL_LIMIT_ROLE'] = this.resource.ruleValue['USER_LEVEL_LIMIT_ROLE'] ?"2":"1";
|
||||
this.resource.partitionId = row.partitionId;
|
||||
this.editDialog = true;
|
||||
},
|
||||
|
Reference in New Issue
Block a user