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
f0d409115d01b33c92d98f8474fea2a051fe98a8
Authored by
ww
2023-04-26 15:38:28 +0800
1 parent
10fd3282
fix: 修复删除设备重复提示
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/device/list/index.vue
src/views/device/list/index.vue
View file @
f0d4091
...
...
@@ -428,7 +428,7 @@
428
428
createMessage.success('删除成功');
429
429
handleReload();
430
430
} catch (error) {
431
-
createMessage.error('删除失败')
;
431
+
throw error
;
432
432
} finally {
433
433
setLoading(false);
434
434
}
...
...