Commit 172fdb4b136b94a9cc98c254277eb8f9a440ba96

Authored by ww
1 parent bbbefaa6

fix: DEFECT-1489修复命令下发成功无提示消息

... ... @@ -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 }
... ...