From b665f6f67837fb608e0055dd2ea9ad05c5c5fb34 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期二, 06 一月 2026 11:28:45 +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