From d4a3ca549f8755c2f87442c27217c3be39cab5cc Mon Sep 17 00:00:00 2001 From: suerprisePlus <15810472099@163.com> Date: 星期三, 14 八月 2024 16:00:10 +0800 Subject: [PATCH] 设备维修 --- src/api/mapView/map.js | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/api/mapView/map.js b/src/api/mapView/map.js index e45f995..acbdd5e 100644 --- a/src/api/mapView/map.js +++ b/src/api/mapView/map.js @@ -1,6 +1,6 @@ import mapServer from '@/utils/mapServer/mapServer'; import kgServer from '@/utils/mapServer/kgServer'; - +import pyServer from '@/utils/mapServer/pyServer'; //閰嶇綉鎺ュ彛 => 鏌ヨ鎵�鏈� export function zhangzitou_selectAllLine(params) { return mapServer.get('/zhangzitou/selectAllLine', { params: params }); @@ -57,4 +57,7 @@ export function zhangzitou_updateZhangzitouEntity(params) { return mapServer.post('/zhangzitou/updateZhangzitouEntity', params); } - \ No newline at end of file +//鏈哄櫒瀛︿範 => 鏁板瓧绾挎崯 +export function py_arima(params) { + return pyServer.get('/arima', { params: params }); +} \ No newline at end of file -- Gitblit v1.9.3