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
eeabd8bcfbd733a4f881ab7f053dfa3202fb3e79
Authored by
ww
2023-05-30 17:23:40 +0800
1 parent
e681d918
perf: 物模型属性下发去除deviceName字段
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
src/views/device/list/cpns/tabs/ObjectModelCommandDeliveryModal/index.vue
src/views/device/list/cpns/tabs/ObjectModelCommandDeliveryModal/index.vue
View file @
eeabd8b
...
...
@@ -61,7 +61,6 @@
61
61
persistent: true,
62
62
method: 'methodThingskit',
63
63
params: {
64
-
deviceName: props.deviceName,
65
64
...value,
66
65
},
67
66
},
...
...