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