Administrator
2022-03-25 e0419902cd55cf2010b49f2d88bf338a28b2a268
src/api/accreditationRecords/accreditationRecords.js
@@ -82,4 +82,12 @@
        method: 'post',
        data: row
    })
}
export const batchAccreditation = (row) => {
    return request({
        url: '/api/accreditationRecords/batchAccreditation',
        method: 'post',
        data: row
    })
}