Commit 427a2d86 authored by feifei's avatar feifei

分页问题

parent 7d1aa10a
......@@ -26,6 +26,9 @@
//生产环境
window.APIHOST = "https://water.jqtianxia.com";
//鼎荣小贷
//window.APIHOST = "https://drwater.dingrongxd.com";
</script>
<link rel="stylesheet" href="./static/css/index.css">
......
......@@ -189,6 +189,7 @@
<el-table-column prop="planBen" label="计划本金"></el-table-column>
<el-table-column prop="planFu" label="计划服务费"></el-table-column>
<el-table-column prop="planXi" label="计划利息"></el-table-column>
<el-table-column prop="planFa" label="计划罚息"></el-table-column>
<el-table-column prop="planDate" label="计划还款时间" :formatter="dateFormats"></el-table-column>
<el-table-column prop="backedAmt" label="已还金额" :formatter="planMoneyFormat"></el-table-column>
<el-table-column prop="derateAmt" label="减免金额"></el-table-column>
......@@ -487,6 +488,7 @@
backedBen: '',
backedFu: '',
planXi: '',
planFa: '',
planDate: '',
status: '',
}],
......@@ -581,6 +583,7 @@
planAmt: '',
},
loanNos:'',
clientNos:'',
},
}
},
......@@ -718,8 +721,6 @@
}
});
//操作信息
this.clientDailyInfo(clientNo);
// 请求当前的反馈问题/customer/getQuestionList/
this.$$post('/feed/feedList/',{clientNo:clientNo, feedSource:'CUSTOMER',feedProduct:clientProductName}).then(res => {
......@@ -796,7 +797,7 @@
return
} else {
//打开借款的面板
this.activeNames = ['1', '2', '3', '4' , '5' ];
this.activeNames = ['1', '2', '3', '4' , '5', '8'];
//还款计划
if(res.data.result.planVo == null){
this.loanApplyList = [];
......@@ -806,6 +807,7 @@
this.advanceLoanAmt.loanNo = res.data.result.applyVo.loanNo;
this.advanceLoanAmt.bizType = res.data.result.applyVo.bizType;
this.advanceLoanAmt.clientNo = res.data.result.applyVo.clientNo;
this.clientNos = res.data.result.applyVo.clientNo;
this.loanNos = res.data.result.applyVo.loanNo;
}
//借款信息
......@@ -824,6 +826,8 @@
this.loanBackedList = res.data.result.backedVo ? res.data.result.backedVo : '';
}*/
}
//操作信息
this.clientDailyInfo(res.data.result.applyVo.clientNo);
}).catch(error => {
this.$Message.error(error || '网络异常,请稍后。。。');
......@@ -1041,13 +1045,13 @@
/** 处理分页操作*/
handleCurrentChangeClient () {
this.loanLogCustom = this.clientDailyInfo(this.advanceLoanAmt.clientNo);
this.loanLogCustom = this.clientDailyInfo(this.clientNos);
},
handleSizeChangeClient(row){
this.pages.size=row
this.pages.current=1;
this.clientDailyInfo(this.advanceLoanAmt.clientNo);
this.clientDailyInfo(this.clientNos);
},
//结果状态
......
......@@ -124,6 +124,14 @@
<br/>
</el-row>
</div>
<div v-else>
<el-row :gutter="24" style="margin-left:50px">
<el-col :span="16">
<div class="grid-content bg-purple">通讯录权限:通讯录未获取</div>
</el-col>
<br/>
</el-row>
</div>
<div>
<el-row :gutter="24" :data="clientInfo.clientRiskFileDO" style="margin-left:50px;margin-top: 30px">
<el-col :span="16">
......
{
"name": "versiony",
"version": "5.9.4"
"version": "6.0.0"
}
\ No newline at end of file
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