|
|
@@ -62,7 +62,7 @@ export default defineComponent({
|
|
|
const response = await $dataProvider.invoke({
|
|
|
type: QUERY_TYPE.DEFAULT,
|
|
|
id: profileOrganization.id,
|
|
|
- url: 'cotisations'
|
|
|
+ url: '/api/cotisations'
|
|
|
})
|
|
|
cotisation_year.value = response.data.cotisationYear
|
|
|
handleShow(response.data.alertState)
|