接口参数优化
This commit is contained in:
parent
5995b56dc1
commit
4fe979d974
|
|
@ -322,7 +322,7 @@
|
|||
this.activeTab = tab
|
||||
},
|
||||
getHolidayType() {
|
||||
getHolidayType()
|
||||
getHolidayType({ dictType: 'plateau_subsidy' })
|
||||
.then((response) => {
|
||||
this.leaveTypes = response.data.map((type) => ({
|
||||
value: type.value,
|
||||
|
|
|
|||
|
|
@ -322,7 +322,7 @@
|
|||
this.activeTab = tab
|
||||
},
|
||||
getHolidayType() {
|
||||
getHolidayType()
|
||||
getHolidayType({ dictType: 'plateau_subsidy' })
|
||||
.then((response) => {
|
||||
this.leaveTypes = response.data.map((type) => ({
|
||||
value: type.value,
|
||||
|
|
|
|||
Loading…
Reference in New Issue