Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
fdff2c5d9e0ac7e5c5d31700db6e6f17fc2e4900
Authored by
fengtao
2022-07-01 15:37:24 +0800
1 parent
4347feeb
fix:修改组织管理重复提交问题
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
src/views/system/organization/OrganizationDrawer.vue
src/views/system/organization/OrganizationDrawer.vue
View file @
fdff2c5
@@ -82,6 +82,9 @@
@@ -82,6 +82,9 @@
82
emit('success');
82
emit('success');
83
} catch {
83
} catch {
84
} finally {
84
} finally {
85
+
setTimeout(() => {
86
+
setDrawerProps({ confirmLoading: false });
87
+
}, 300);
85
}
88
}
86
}
89
}
87
90