zss
23 小时以前 8f89a0325b1a97704f9482dd9006eea2408b6900
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,
  });
}
}