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