From 02e1b7193621e7ccc904dc6caa3a7fb7d4dacb3d Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 16 Apr 2025 21:24:02 +0800
Subject: [PATCH] chore:instll

---
 src/api/home/index.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/api/home/index.js b/src/api/home/index.js
index f28a9f2..b4b3556 100644
--- a/src/api/home/index.js
+++ b/src/api/home/index.js
@@ -76,7 +76,7 @@
 // 当前巡检任务列表
 export const getTodayJob = data => {
 	return request({
-		url: '/drone-device-core/wayline/waylineJobInfo/todayJob',
+		url: `/drone-device-core/wayline/waylineJobInfo/todayJob?current=${data.current}&size=${data.size}`,
 		method: 'post',
 		data,
 	})

--
Gitblit v1.9.3