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
f74dfacef910e91a593d41fef0b5852f80f6d5e8
Authored by
fengwotao
2023-09-07 16:55:49 +0800
1 parent
45a693eb
fix: DEFECT-1551 将产品设置为默认,随后点击删除,弹窗还可以点击问题
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/views/device/profiles/CardMode.vue
src/views/device/profiles/CardMode.vue
View file @
f74dfac
...
...
@@ -283,6 +283,7 @@
283
283
popconfirm: {
284
284
title: '是否确认删除操作?',
285
285
onConfirm: handleDelete.bind(null, [item.id]),
286
+
disabled: item.default,
286
287
},
287
288
disabled: item.default,
288
289
},
...
...