SpeciesFileGroup/taxonworks

View on GitHub
app/javascript/vue/tasks/collection_objects/simple_new_specimen/store/actions/getRecent.js

Summary

Maintainability
A
0 mins
Test Coverage
import { CollectionObject } from '@/routes/endpoints'

export default function () {
  CollectionObject.reportDwc({ per: 10 }).then(({ body }) => {
    this.recentList = body
  })
}