src/api/business/unqualifiedHandler.js
@@ -33,3 +33,19 @@ params: query, }); } //导出不合格处理记录 export function exportUnqualifiedHandler(query) { return request({ url: "/unqualifiedHandler/exportUnqualifiedHandler", method: "get", params: query, responseType: "blob", }); } // 查询不合格处理记录 export function getList() { return request({ url: "/unqualifiedHandler/getList", method: "get", }); }