forked from zhba/zhba_enterprises
src/api/accreditationRecords/accreditationRecords.js @@ -83,3 +83,11 @@ data: row }) } export const batchAccreditation = (row) => { return request({ url: '/api/accreditationRecords/batchAccreditation', method: 'post', data: row }) }