From caf56217dc2bf898b63b0e1f31a7098202c32825 Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期六, 15 十一月 2025 16:50:17 +0800
Subject: [PATCH] Merge branch 'feature_gps'
---
app/api/task.js | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/app/api/task.js b/app/api/task.js
index f43e912..3121d97 100644
--- a/app/api/task.js
+++ b/app/api/task.js
@@ -141,3 +141,11 @@
method: 'get'
})
}
+
+// 妫�鏌ヨ溅杈嗘槸鍚︽湁姝e湪杩涜涓殑浠诲姟
+export function checkVehicleActiveTasks(vehicleId) {
+ return request({
+ url: '/task/vehicle/' + vehicleId + '/active',
+ method: 'get'
+ })
+}
--
Gitblit v1.9.1