房间内角标入口 - 编辑修复财富等级限制生效范围问题

This commit is contained in:
2025-10-13 11:30:36 +08:00
parent 513521de5d
commit e7b2c00718

View File

@@ -689,7 +689,7 @@ export default {
} }
this.resource.ruleValue[ruleCode] = rule; 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.resource.partitionId = row.partitionId;
this.editDialog = true; this.editDialog = true;
}, },