Browse Source

提交

wangqin
Joe 1 year ago
parent
commit
31801621b5
  1. 8
      ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/DrivingGuidance/components/DeviceControlDialog.vue

8
ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/DrivingGuidance/components/DeviceControlDialog.vue

@ -143,13 +143,7 @@ export default {
handler(bool) {
if (!bool) return;
request({
url: `business/device/functions/${this.deviceId}/${52}`,
method: "post",
params: {
_a: '-'
}
})
request.post(`business/device/functions/${this.deviceId}/${52}`, {})
.then(async (result) => {
if (result.code != 200) return;

Loading…
Cancel
Save