From cc41746818af3b619167947ecb4401ccdfbec2d8 Mon Sep 17 00:00:00 2001
From: sen <sen@qq.com>
Date: 星期二, 31 三月 2026 10:40:47 +0800
Subject: [PATCH] 修改搜索
---
ui/car_wx_app/common/examine.js | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/ui/car_wx_app/common/examine.js b/ui/car_wx_app/common/examine.js
index ce74d2a..5256611 100644
--- a/ui/car_wx_app/common/examine.js
+++ b/ui/car_wx_app/common/examine.js
@@ -57,6 +57,12 @@
export const tmsTripList = (data) => http.get('/app/car/tmsTripList/'+data,);
/**
+ * 琛岀▼鍘嗗彶锛堝垎椤碉紝鎸夋椂闂村�掑簭锛�
+ * @param {Object} params - { dispatchId, pageNum, pageSize }
+ */
+export const tmsTripListPage = (params = {}) => http.get('/app/car/tmsTripListPage', { params });
+
+/**
* 鍘嗗彶琛岀▼鍒楄〃
* @param data
--
Gitblit v1.8.0