From 4fe979d9747700440bb830a84502cbe62f22dfa4 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Tue, 18 Feb 2025 17:19:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=8F=82=E6=95=B0=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/stagger-holidays/index.vue | 2 +- src/pages/temporary-outing/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,