spring
3 小时以前 5e94a2858a40bc32f3b0369172e16ce17597714a
src/api/productionManagement/productStructure.js
@@ -4,7 +4,7 @@
// 分页查询
export function queryList(id) {
  return request({
    url: "/productStructure/listByproductModelId/" + id,
    url: "/productStructure/listBybomId/" + id,
    method: "get",
  });
}
@@ -15,4 +15,4 @@
    method: "post",
    data: data,
  });
}
}