yyb
6 天以前 b5b1383e459be437f5038e02fbbd0aefce4f986e
src/api/productionManagement/productionProcess.js
@@ -69,10 +69,11 @@
}
// 获取工序参数列表
export function getProcessParamList(processId) {
export function getProcessParamList(processId,params) {
  return request({
    url: `/productProcessParam/list/${processId}`,
    method: "get",
    params,
  });
}