From 01c045e6ebc486e2a050b1739fad075b7f424254 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期一, 18 五月 2026 14:47:50 +0800
Subject: [PATCH] 优化设备保养:在新增和编辑保养计划时,清除本地存储中的repairId,确保数据一致性。
---
src/api/productionManagement/productionOrder.js | 26 --------------------------
1 files changed, 0 insertions(+), 26 deletions(-)
diff --git a/src/api/productionManagement/productionOrder.js b/src/api/productionManagement/productionOrder.js
index 9c1e7de..ab3dc06 100644
--- a/src/api/productionManagement/productionOrder.js
+++ b/src/api/productionManagement/productionOrder.js
@@ -16,30 +16,4 @@
method: "post",
data: query,
});
-}
-// 鑾峰彇鐐掓満姝e湪宸ヤ綔閲忔暟鎹�
-export function schedulingList(query) {
- return request({
- url: "/salesLedger/scheduling/list",
- method: "get",
- params: query,
- });
-}
-
-// 淇濆瓨鐐掓満璁剧疆
-export function addSpeculatTrading(data) {
- return request({
- url: "/salesLedger/scheduling/addSpeculatTrading",
- method: "post",
- data: data,
- });
-}
-
-// 淇敼鐐掓満璁剧疆
-export function updateSpeculatTrading(data) {
- return request({
- url: "/salesLedger/scheduling/updateSpeculatTrading",
- method: "post",
- data: data,
- });
}
\ No newline at end of file
--
Gitblit v1.9.3