From 35dcaa2824a6564a07597ae6fbd26a5c1b939f5c Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Mon, 12 May 2025 15:09:59 +0800
Subject: [PATCH] 个人工作台待办事项跳转

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

diff --git a/src/api/home/index.js b/src/api/home/index.js
index db81b10..0d38d66 100644
--- a/src/api/home/index.js
+++ b/src/api/home/index.js
@@ -66,12 +66,13 @@
 };
 
 // 待办事项
-export const getdaiban = type => {
+export const getdaiban = (type,areaCode) => {
   return request({
     url: '/drone-device-core/jobEvent/getOrderOrEventFive',
     method: 'get',
     params: {
       type,
+      areaCode
     },
   });
 };
\ No newline at end of file

--
Gitblit v1.9.3