【银保app】业绩查询页面接口入参修改

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2022-11-21 15:07:27 +08:00
parent f72b2d4402
commit 974a2bd583
2 changed files with 8 additions and 11 deletions

View File

@@ -322,7 +322,6 @@
methods:{
getPremByAgentCode(){
let params = {
"agentCode": "Y0000111",
currentMonth: this.calendarValue
}
getPremByAgentCode(params).then(res=>{
@@ -366,7 +365,6 @@
},
getIndexByAgentCode(){
let params = {
"agentCode": "Y0000111",
currentMonth: this.calendarValue
}
getIndexByAgentCode(params).then(res=>{
@@ -384,7 +382,6 @@
},
getBankNetDataYB(){
let params = {
agentCode:"Y0000066",
currentMonth:this.calendarValue
}
getBankNetDataYB(params).then(res=>{
@@ -398,7 +395,6 @@
},
getChannelPerformanceYB(){
let params = {
agentCode:"Y0000064",
currentMonth:this.calendarValue,
}
if(this.sortType == 2){
@@ -419,7 +415,6 @@
},
getBankNetPerformanceYB(){
let params = {
agentCode:"Y0000064",
currentMonth:this.calendarValue
}
if(this.sortType == 2){