Commit e5bbc807d1f8538bdd09bed31522695bbeff2848

Authored by xp.Huang
2 parents 1158d706 172fdb4b

Merge branch 'fix/DEFECT-1489' into 'main_dev'

Fix/defect 1489

See merge request yunteng/thingskit-scada!118
@@ -15955,6 +15955,7 @@ class HandleDataInteraction { @@ -15955,6 +15955,7 @@ class HandleDataInteraction {
15955 const { value } = res[0] || {} 15955 const { value } = res[0] || {}
15956 if (value) { 15956 if (value) {
15957 await to(ConfigurationNodeApi.sendInstruction(way, deviceId, data)) 15957 await to(ConfigurationNodeApi.sendInstruction(way, deviceId, data))
  15958 + UseLayUi.topSuccessMsg('下发成功~')
15958 } else { 15959 } else {
15959 UseLayUi.errorMsg('设备不在线!') 15960 UseLayUi.errorMsg('设备不在线!')
15960 } 15961 }