liuyg
2022-03-31 4e3f621df3bd3228a73b6a8038fbcb3aaad132c0
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
    })
}