Browse Source

字段修改提交

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

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

@ -144,7 +144,7 @@ export default {
if (!bool) return;
request({
url: `business/device/functions/${this.deviceId}/${51}`,
url: `business/device/functions/${this.deviceId}/${52}`,
method: "post",
})
.then(async (result) => {

Loading…
Cancel
Save