zouyu
4 天以前 12c8999bab7206bc652fd69ac4f364d84c9e7153
src/api/business/unqualifiedHandler.js
@@ -42,3 +42,10 @@
    responseType: "blob",
  });
}
// 查询不合格处理记录
export function getList() {
  return request({
    url: "/unqualifiedHandler/getList",
    method: "get",
  });
}