From 15aa22b07c8fa7e7fc072c604ce5d1905972f201 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 22 May 2025 11:29:22 +0800
Subject: [PATCH] feat:tagList更换为bsTagList

---
 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