mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-16 14:36:44 +08:00
【银保app】业绩查询页面接口入参修改
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user