Showing
1 changed file
with
1 additions
and
0 deletions
... | ... | @@ -15955,6 +15955,7 @@ class HandleDataInteraction { |
15955 | 15955 | const { value } = res[0] || {} |
15956 | 15956 | if (value) { |
15957 | 15957 | await to(ConfigurationNodeApi.sendInstruction(way, deviceId, data)) |
15958 | + UseLayUi.topSuccessMsg('下发成功~') | |
15958 | 15959 | } else { |
15959 | 15960 | UseLayUi.errorMsg('设备不在线!') |
15960 | 15961 | } | ... | ... |