Skip to content

Commit

Permalink
๐Ÿš‘ ็ป„็ป‡ๆœบๆž„็ผ–่พ‘้”™่ฏฏ #62
Browse files Browse the repository at this point in the history
  • Loading branch information
WangJunZzz committed Aug 3, 2022
1 parent a703927 commit fce6a9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vben28/src/views/admin/organizationUnits/OrganizationUnit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ export default defineComponent({
label: t("common.editText"),
handler: () => {
let record = {
id: node.$attrs.node.key,
displayName: node.$attrs.node.title
id: node.eventKey,
displayName: node.title.props.name
};
EditOrganizationUnitModal(true, { record });
},
Expand Down

0 comments on commit fce6a9a

Please sign in to comment.