From c21ff2a3055fa16881a2ee31c25b156ca425a286 Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期二, 08 九月 2026 14:19:02 +0800
Subject: [PATCH] fix: 修复报工台账删除无效,前后端传参不一致

---
 src/api/productionManagement/productionReporting.js |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/api/productionManagement/productionReporting.js b/src/api/productionManagement/productionReporting.js
index 3e29943..432386f 100644
--- a/src/api/productionManagement/productionReporting.js
+++ b/src/api/productionManagement/productionReporting.js
@@ -41,3 +41,10 @@
     data: query,
   });
 }
+// 鐢熶骇鎶ュ伐-鍒犻櫎
+export function productionReportDeletePath(query) {
+  return request({
+    url: "/productionProductMain" + `/${query.id}`,
+    method: "delete",
+  });
+}

--
Gitblit v1.9.3