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
c11a5e9bdc264b087ef511815d642dcd6f368d08
Authored by
fengtao
2022-11-28 18:14:17 +0800
1 parent
60e98a5d
pref:场景联动设备属性接口更换为设备接口里的获取属性
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
src/views/rule/linkedge/SceneLinkAgeDrawer.vue
src/views/rule/linkedge/SceneLinkAgeDrawer.vue
View file @
c11a5e9
...
...
@@ -386,7 +386,6 @@
386
386
});
387
387
});
388
388
});
389
-
390
389
doActions.forEach((action, index) => {
391
390
nextTick(() => {
392
391
const selectProductId = ref('');
...
...