forked from zhba/zhba_enterprises
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 }) }