Skip to content

Commit

Permalink
fix: 解决冲突
Browse files Browse the repository at this point in the history
  • Loading branch information
skique authored and sudoooooo committed Feb 24, 2025
1 parent 001bed8 commit e759aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/management/pages/list/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ const onSetGroup = async () => {
}
const onCloseModifyInTeamWork = (data: IWorkspace) => {
if (spaceType.value === SpaceType.Teamwork) {
if (activeValue.value === MenuType.SpaceGroup) {
const currentData = workSpaceList.value.find((item) => item._id === data._id)
if (currentData) {
currentData.name = data.name
Expand Down

0 comments on commit e759aeb

Please sign in to comment.