From e688c5abc5f87c3ce00afb094376053643fe3857 Mon Sep 17 00:00:00 2001 From: longyvfengyun <496960745@qq.com> Date: 星期四, 28 三月 2024 09:04:56 +0800 Subject: [PATCH] 内容提交 --- src/views/moudle/carInfo/apis.js | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/src/views/moudle/carInfo/apis.js b/src/views/moudle/carInfo/apis.js index 4fa5eb2..1dfc89c 100644 --- a/src/views/moudle/carInfo/apis.js +++ b/src/views/moudle/carInfo/apis.js @@ -12,6 +12,21 @@ } /** + * 鏍规嵁姹借溅鍚嶅瓧 妯$硦鏌ヨ + * @param name 姹借溅鍚嶅瓧 + * @return {Promise<AxiosResponse<any>> | *} + */ +export const searchCarListByNameApi= (name)=>{ + return axios({ + method: "GET", + url: "/monitor/boxGPS/select", + params: { + name + } + }); +} + +/** * 缁熻鏈�杩�7鏃ュ湪绾跨殑杞﹁締 * @return {Promise<axios.AxiosResponse<any>> | *} */ -- Gitblit v1.9.1