From eb1e752969a7fb6adf4a0a1299c6343c2bf228da Mon Sep 17 00:00:00 2001
From: zhaojiale <631455805@qq.com>
Date: 星期四, 04 八月 2022 17:03:27 +0800
Subject: [PATCH] 工伤申报查询条件

---
 src/api/emergencyPlan/index.ts |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/api/emergencyPlan/index.ts b/src/api/emergencyPlan/index.ts
index 7127dc5..a48d572 100644
--- a/src/api/emergencyPlan/index.ts
+++ b/src/api/emergencyPlan/index.ts
@@ -41,5 +41,12 @@
                 data: params
             });
         },
+        // 应急队伍废止
+        EmergencyTeam: (params:object) => {
+            return request({
+                url: `/emergencyPlan/updateAbolish/${params}/abolishStatus=false`,
+                method: 'get',
+            });
+        },
     }
 }
\ No newline at end of file

--
Gitblit v1.9.2