Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
loan-manager-customer
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhanhai
loan-manager-customer
Commits
f551eb71
Commit
f551eb71
authored
Sep 23, 2020
by
feifei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分页问题1
parent
427a2d86
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
ByhServiceDetail.vue
src/components/byh/ByhServiceDetail.vue
+5
-1
version.json
version.json
+1
-1
No files found.
src/components/byh/ByhServiceDetail.vue
View file @
f551eb71
...
@@ -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
)
{
...
...
version.json
View file @
f551eb71
{
{
"name"
:
"versiony"
,
"name"
:
"versiony"
,
"version"
:
"6.0.
0
"
"version"
:
"6.0.
1
"
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment