agreement.js 205 B

12345678
  1. export const getContentByType = ({ $axios }, agreementCoding, type = 1) =>
  2. $axios.$get('/public/v5/agreementApi/content/getContentByType', {
  3. params: {
  4. agreementCoding,
  5. type,
  6. },
  7. });