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