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
679751207b1ea2107034eb03b617916589705ae6
Authored by
fengtao
2022-07-01 15:34:02 +0800
1 parent
140f4217
fix:修改角色管理重复提交问题
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/system/role/RoleDrawer.vue
src/views/system/role/RoleDrawer.vue
View file @
6797512
...
...
@@ -151,7 +151,7 @@
151
151
});
152
152
} finally {
153
153
setTimeout(() => {
154
-
set
Modal
Props({ confirmLoading: false });
154
+
set
Drawer
Props({ confirmLoading: false });
155
155
}, 300);
156
156
}
157
157
}
...
...