rev: 去除jetcache, 新增达梦测试

This commit is contained in:
2024-08-06 13:38:52 +08:00
parent c4a92a9d11
commit 931bb1270b
18 changed files with 57 additions and 86 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
}