diff --git a/src/pages/stagger-holidays/index.vue b/src/pages/stagger-holidays/index.vue index dceae16..e90cb00 100644 --- a/src/pages/stagger-holidays/index.vue +++ b/src/pages/stagger-holidays/index.vue @@ -322,7 +322,7 @@ this.activeTab = tab }, getHolidayType() { - getHolidayType() + getHolidayType({ dictType: 'plateau_subsidy' }) .then((response) => { this.leaveTypes = response.data.map((type) => ({ value: type.value, diff --git a/src/pages/temporary-outing/index.vue b/src/pages/temporary-outing/index.vue index 832547b..6b532d3 100644 --- a/src/pages/temporary-outing/index.vue +++ b/src/pages/temporary-outing/index.vue @@ -322,7 +322,7 @@ this.activeTab = tab }, getHolidayType() { - getHolidayType() + getHolidayType({ dictType: 'plateau_subsidy' }) .then((response) => { this.leaveTypes = response.data.map((type) => ({ value: type.value,