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 | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/src/api/home/index.js b/src/api/home/index.js
index 91b4c83..0d38d66 100644
--- a/src/api/home/index.js
+++ b/src/api/home/index.js
@@ -64,3 +64,15 @@
data,
});
};
+
+// 待办事项
+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