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