Browse Source

默认值提交

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

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

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

Loading…
Cancel
Save