diff --git a/src/components/org/dataPrivilegeDiv.vue b/src/components/org/dataPrivilegeDiv.vue index 8205ef5f4..95b10d9fe 100644 --- a/src/components/org/dataPrivilegeDiv.vue +++ b/src/components/org/dataPrivilegeDiv.vue @@ -111,7 +111,6 @@ export default { li { padding: 10px; cursor: pointer; - border-bottom: 1px solid #eee; transition: all 0.3s; &:hover { diff --git a/src/components/role/RoleStaff.vue b/src/components/role/RoleStaff.vue index 423b3f856..e0feaefb2 100644 --- a/src/components/role/RoleStaff.vue +++ b/src/components/role/RoleStaff.vue @@ -104,7 +104,7 @@ export default { this.$refs.deleteRoleStaff.show(staff, this.pgId) }, viewDetail(staff) { - this.$router.push(`/staff/detail/${staff.userId}`) + this.$router.push(`/views/staff/staffDetail?staffId=${staff.userId}`) }, handleSizeChange(size) { this.page.size = size diff --git a/src/views/org/classesManageList.vue b/src/views/org/classesManageList.vue index 2bcbd6792..ef4072664 100644 --- a/src/views/org/classesManageList.vue +++ b/src/views/org/classesManageList.vue @@ -27,10 +27,7 @@