Commit f551eb71 authored by feifei's avatar feifei

分页问题1

parent 427a2d86
...@@ -436,7 +436,7 @@ ...@@ -436,7 +436,7 @@
flag: false, flag: false,
isShow: true, isShow: true,
isNeedAudit: true, isNeedAudit: true,
activeNames: ['1', '2','7'], activeNames: ['1', '2','7','8'],
page: { page: {
current: 1, current: 1,
size: 10, size: 10,
...@@ -601,6 +601,7 @@ ...@@ -601,6 +601,7 @@
}, },
created() { created() {
this.clientNos = this.$route.query.clientNo;
this.backedData(this.$route.query.phoneNo, this.$route.query.clientNo,this.$route.query.clientProductName); this.backedData(this.$route.query.phoneNo, this.$route.query.clientNo,this.$route.query.clientProductName);
this.addLoanDetail(this.$route.query.loanNo); this.addLoanDetail(this.$route.query.loanNo);
...@@ -722,6 +723,9 @@ ...@@ -722,6 +723,9 @@
}); });
//操作信息
this.clientDailyInfo(this.$route.query.clientNo);
// 请求当前的反馈问题/customer/getQuestionList/ // 请求当前的反馈问题/customer/getQuestionList/
this.$$post('/feed/feedList/',{clientNo:clientNo, feedSource:'CUSTOMER',feedProduct:clientProductName}).then(res => { this.$$post('/feed/feedList/',{clientNo:clientNo, feedSource:'CUSTOMER',feedProduct:clientProductName}).then(res => {
if (res.data.code != 200) { if (res.data.code != 200) {
......
{ {
"name": "versiony", "name": "versiony",
"version": "6.0.0" "version": "6.0.1"
} }
\ 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