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
94d67d4103c0f5ebe886fb406ad2b46411d4c3aa
Authored by
dev001
2023-10-31 19:47:32 +0800
1 parent
bac6c300
fix: 组态,修改选择设备顺序问题
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
src/views/configuration/center/components/SelectDevice.vue
src/views/configuration/center/components/SelectDevice.vue
View file @
94d67d4
...
...
@@ -50,7 +50,6 @@
50
50
value: item.tbDeviceId,
51
51
}));
52
52
}
53
-
console.log();
54
53
dynamicInput.params.push({
55
54
name: props.value.label,
56
55
profileId: props.value.value,
...
...