huminmin
7 天以前 7d57f73dbd1fb5ffa5f4303e06d42a9a68b5323b
src/api/productionManagement/productStructure.js
@@ -4,7 +4,7 @@
// 分页查询
export function queryList(id) {
  return request({
    url: "/productStructure/" + id,
    url: "/productStructure/listByproductModelId/" + id,
    method: "get",
  });
}