From fe618973c04544c0bd169c2c4436ff5807b756f1 Mon Sep 17 00:00:00 2001
From: haoyahui <2032914783@qq.com>
Date: 星期一, 20 十一月 2023 17:52:31 +0800
Subject: [PATCH] 库存预警设置,盘点删除

---
 admin-web/src/api/stock/inventory.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/admin-web/src/api/stock/inventory.js b/admin-web/src/api/stock/inventory.js
index 804a57b..239c74c 100644
--- a/admin-web/src/api/stock/inventory.js
+++ b/admin-web/src/api/stock/inventory.js
@@ -24,11 +24,11 @@
 }
 
 // 鍒犻櫎
-export function inventoryDel(data) {
+export function inventoryDel(params) {
   return request({
     url: '/pc/l/wh/form/inventory/del',
-    method: 'post',
-    data,
+    method: 'delete',
+    params,
   });
 }
 

--
Gitblit v1.9.1