diff --git a/ruoyi-ui/src/api/commandDispatch/index.js b/ruoyi-ui/src/api/commandDispatch/index.js index 967cdc8a..ca7af949 100644 --- a/ruoyi-ui/src/api/commandDispatch/index.js +++ b/ruoyi-ui/src/api/commandDispatch/index.js @@ -11,3 +11,12 @@ export function WeatherForecast(lng, lat) { method: "get", }); } + +// 查询调度联络 +export function commandDispatch(data) { + return request({ + url: "/business/warning/commandAndDispatch", + method: "post", + data, + }); +} diff --git a/ruoyi-ui/src/views/JiHeExpressway/components/Descriptions.vue b/ruoyi-ui/src/views/JiHeExpressway/components/Descriptions.vue index 1ed8c50e..1db5ee26 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/components/Descriptions.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/components/Descriptions.vue @@ -1,8 +1,16 @@