zhangwencui
9 天以前 11ff30f23d0c5e8af4974de68ee74cb5b075ebf9
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,
  });
}