【银保app】上头条页面传参参数 修改成动态的

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2022-11-21 14:46:09 +08:00
parent 200e4369c2
commit 6327658a9d

View File

@@ -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=>{