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