| subPackage/user/role/index.vue | ●●●●● 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 },