spring
4 天以前 364be107645adcb9fbf67c7fb5d281a0ce62c0ca
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,
  });
}
}