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
a5b42b0fa3f323b8b1a7dffd51d80b4ce0654c79
Authored by
fengtao
2022-02-28 09:03:26 +0800
1 parent
7f06695d
fix:修复场景联动新增数据重复问题,fix:场景联动编辑数据重复问题
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/ruleengine/scenelinkage/useDrawer.vue
src/views/ruleengine/scenelinkage/useDrawer.vue
View file @
a5b42b0
...
...
@@ -210,7 +210,7 @@
210
210
});
211
211
const addActionData = reactive<IAddAction>({
212
212
outTarget: '',
213
-
entity
Id: '',
213
+
device
Id: '',
214
214
command: '',
215
215
sceneLinkageId: '',
216
216
});
...
...