Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support to add tags when creating a permission #41

Merged
merged 3 commits into from
May 23, 2023

Conversation

daichen-daisy
Copy link
Member

No description provided.

@daichen-daisy daichen-daisy requested a review from XeniaLu May 22, 2023 00:09
Copy link
Member

@XeniaLu XeniaLu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

this.permissionFormData.new_tags = this.selectedTags.filter(
(tag) => !this.initialTagOptions.map((t) => t.id).includes(tag)
);
this.permissionFormData.new_tags.push('订单管理');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for debug?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, sorry! fixed in b6a4a41

@daichen-daisy daichen-daisy requested a review from XeniaLu May 23, 2023 00:01
Copy link
Member

@XeniaLu XeniaLu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@daichen-daisy daichen-daisy merged commit 99d313f into decentfox:main May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants