Commit 7e3658e0 authored by 邓春圆's avatar 邓春圆

应用日志为回显bug修复

parent b335e553
......@@ -570,9 +570,11 @@ export default {
break
case 'credit':
this.creditScoreStatisticFn() //信用日志
this.creditLogPage()
break
case 'grade':
this.creditLogPage()//等级日志
this.getCustomerGrade()
//等级日志
break
}
......@@ -745,6 +747,7 @@ export default {
getBrankByCustomerList(){
getBrankByCustomer({...this.brandAuthorizationFrom,customerId:this.id}).then(r => {this.brandAuthorizationList = r.data.list; this.brandAuthorizationTotal = r.data.total})
},
// 信用等级日志
getCustomerGrade(){
levelLogPage({...this.getCustomerGradeFrom,customerId:this.id,total:undefined}).then(r => {
if(r.code === 0){
......@@ -753,7 +756,7 @@ export default {
}
})
},
// 获取信用等级日志列表
// 信用日志
creditLogPage(){
customerCreditLogPage({...this.customerCreditLogFrom,customerId:this.id}).then(r => {
if(r.code === 0){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment