src/components/view/role-manage.vue
@@ -202,13 +202,15 @@ upRole(row) { this.type = '修改' this.addData.roleName = row.name this.addData.category = row.category this.$set(this.addData, 'category', row.category) // this.addData.category = row.category this.selectPowerByRoleId(row.id) }, selectRole(row) { this.type = '查看' this.addData.roleName = row.name this.addData.category = row.category this.$set(this.addData, 'category', row.category) // this.addData.category = row.category this.selectPowerByRoleId(row.id) }, openAdd() {