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
64cfe362588d26abead1caebc32b1410f092b242
Authored by
fengtao
2022-04-01 17:10:01 +0800
1 parent
045e3a9c
fix[DEFECT-335]修改设备配置批量删除问题
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/views/device/profiles/index.vue
src/views/device/profiles/index.vue
View file @
64cfe36
...
...
@@ -312,6 +312,7 @@
312
312
if (!data) return createMessage.error('设置该设备配置为默认失败');
313
313
createMessage.success('设置该设备配置为默认成功');
314
314
reload();
315
+
disabled.value = true;
315
316
};
316
317
return {
317
318
handleSetDefault,
...
...