From 0bddcae108fef7ca52f4aec2cc94fcf4c75c0ed7 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期二, 06 一月 2026 18:00:30 +0800
Subject: [PATCH] 删除报工按钮
---
src/api/productionManagement/productStructure.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/api/productionManagement/productStructure.js b/src/api/productionManagement/productStructure.js
index ce2c31f..074e27a 100644
--- a/src/api/productionManagement/productStructure.js
+++ b/src/api/productionManagement/productStructure.js
@@ -4,7 +4,7 @@
// 鍒嗛〉鏌ヨ
export function queryList(id) {
return request({
- url: "/productStructure/" + id,
+ url: "/productStructure/listByproductModelId/" + id,
method: "get",
});
}
--
Gitblit v1.9.3