接口参数优化

This commit is contained in:
BianLzhaoMin 2025-02-18 17:19:40 +08:00
parent 5995b56dc1
commit 4fe979d974
2 changed files with 2 additions and 2 deletions

View File

@ -322,7 +322,7 @@
this.activeTab = tab
},
getHolidayType() {
getHolidayType()
getHolidayType({ dictType: 'plateau_subsidy' })
.then((response) => {
this.leaveTypes = response.data.map((type) => ({
value: type.value,

View File

@ -322,7 +322,7 @@
this.activeTab = tab
},
getHolidayType() {
getHolidayType()
getHolidayType({ dictType: 'plateau_subsidy' })
.then((response) => {
this.leaveTypes = response.data.map((type) => ({
value: type.value,