Commit 17a682b013281a0be987e986ba4d4c8bef32a279

Authored by sqy
1 parent ca40e8c5

fix:[DEFECT-380]命令下发提示框

@@ -138,6 +138,7 @@ export default { @@ -138,6 +138,7 @@ export default {
138 }; 138 };
139 await issueCommand(this.commandType, this.deviceDetail.tbDeviceId, commandValue); 139 await issueCommand(this.commandType, this.deviceDetail.tbDeviceId, commandValue);
140 this.hiddenModal(); 140 this.hiddenModal();
  141 + uni.$u.toast('下发成功~');
141 } catch (e) { 142 } catch (e) {
142 uni.$u.toast('下发失败~'); 143 uni.$u.toast('下发失败~');
143 } 144 }