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
9459700ac2e8826e68e9f87a667f618e87f4d848
Authored by
loveumiko
2023-11-15 17:20:43 +0800
1 parent
b06803d1
fix: 修改svg引入
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/device/classIfication/index.vue
src/views/device/classIfication/index.vue
View file @
9459700
...
...
@@ -101,7 +101,7 @@
101
101
await deviceProfileCategory({ ...record, status: e });
102
102
switchLoading.value = false;
103
103
createMessage.success('操作成功');
104
-
r
eload();
104
+
handleR
eload();
105
105
};
106
106
107
107
// 删除
...
...