Merge commit '931bb1270b1e28800cb719e098aa238a513fe167'

This commit is contained in:
2024-08-06 13:42:31 +08:00
17 changed files with 56 additions and 85 deletions

View File

@@ -681,7 +681,7 @@ export default {
this.$nextTick(function() {
for (let j = 0; j < row.roles.length; j++) {
for (let i = 0; i < this.rolesDatas.length; i++) {
if (this.rolesDatas[i].roleId == row.roles[j].roleId) {
if (this.rolesDatas[i].role_id == row.roles[j].role_id) {
this.$refs.roleTable.toggleRowSelection(this.rolesDatas[i], true)
break
}