diff --git a/src/views/Exercise/Reports/Custom.vue b/src/views/Exercise/Reports/Custom.vue index d6c913726..0e03ae0d7 100644 --- a/src/views/Exercise/Reports/Custom.vue +++ b/src/views/Exercise/Reports/Custom.vue @@ -407,7 +407,7 @@ export default { STATUS, type: 'showData', data: null, - statuses: [], + statuses: [STATUS.APPLIED], selectedStage: 'all', selectedStageStatus: null, isLoading: null,