mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 11:06:43 +08:00
【银保app】上头条页面传参参数 修改成动态的
This commit is contained in:
@@ -220,7 +220,7 @@
|
|||||||
},
|
},
|
||||||
getPersonPremYB(){
|
getPersonPremYB(){
|
||||||
let params = {
|
let params = {
|
||||||
currentMonth:'2022-10',
|
currentMonth:this.calendarValue,
|
||||||
premType:this.premType,
|
premType:this.premType,
|
||||||
}
|
}
|
||||||
getPersonPremYB(params).then(res=>{
|
getPersonPremYB(params).then(res=>{
|
||||||
@@ -243,7 +243,7 @@
|
|||||||
},
|
},
|
||||||
getDeptPremYB(){
|
getDeptPremYB(){
|
||||||
let params = {
|
let params = {
|
||||||
currentMonth:'2022-10',
|
currentMonth:this.calendarValue,
|
||||||
premType:this.premType,
|
premType:this.premType,
|
||||||
}
|
}
|
||||||
getDeptPremYB(params).then(res=>{
|
getDeptPremYB(params).then(res=>{
|
||||||
|
|||||||
Reference in New Issue
Block a user