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