guoshilong
2023-10-30 52d5ca5fb00f700139b71d618074534649eb9166
角色切换进入页面直接点击确定报错修复
1 files modified
2 ■■■ changed files
subPackage/user/role/index.vue 2 ●●● patch | view | raw | blame | history
subPackage/user/role/index.vue
@@ -48,7 +48,6 @@
                let data = res.data
                console.log(data)
                data.forEach(e => {
                    this.roleData.push({
                        id: e.id,
                        iconName: 'account-fill',
@@ -57,6 +56,7 @@
                    })
                })
                this.selectRole = this.roleData.filter(e => e.id == this.activeRoleId)[0]
                this.loading = !this.loading
            },