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({ request({
url: `business/device/functions/${this.deviceId}/${52}`, url: `business/device/functions/${this.deviceId}/${52}`,
method: "post", method: "post",
params: {}
}) })
.then(async (result) => { .then(async (result) => {
if (result.code != 200) return; if (result.code != 200) return;

Loading…
Cancel
Save