From 6af1425ccb645671639f8f293407d6ad0d7a3adc Mon Sep 17 00:00:00 2001
From: shj <1790240199@qq.com>
Date: 星期一, 08 八月 2022 11:37:01 +0800
Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/gtqtOut

---
 src/api/emergencyMaterialsInspection/index.ts |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/api/emergencyMaterialsInspection/index.ts b/src/api/emergencyMaterialsInspection/index.ts
index 3beaec3..d9571c4 100644
--- a/src/api/emergencyMaterialsInspection/index.ts
+++ b/src/api/emergencyMaterialsInspection/index.ts
@@ -36,8 +36,9 @@
         // 应急物资检查删除
         deleteEmergencyMaterialsInspection: (params:object) => {
             return request({
-                url: `/emergencySuppliesInspect/batchDelete/${params}`,
-                method: 'get',
+                url: `/emergencySuppliesInspect/batchDelete`,
+                method: 'post',
+                data: params
             });
         },
     }

--
Gitblit v1.9.2