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