Browse Source

修改提交

wangqin
Joe 10 months ago
parent
commit
71b151fa50
  1. 6
      ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/DrivingGuidance/components/DeviceControlDialog.vue

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

@ -201,11 +201,7 @@ export default {
*
* https://www.showdoc.com.cn/2450725213006196/10877717880262686
*/
request({
url: `business/device/functions/${this.deviceId}/${functionId}`,
method: "post",
params: result,
})
request.post(`business/device/functions/${this.deviceId}/${functionId}`, result)
.then((result) => {
if (result.code != 200) return Message.error(`设备操作失败!`);

Loading…
Cancel
Save