Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
op-web-service
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
bp
op-web-service
Commits
7d128317
Commit
7d128317
authored
Sep 14, 2021
by
liwenhong
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/merchant-managemet'
parents
b8979b9d
fe4269c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
index.vue
src/pages/Groupmeal/merchantManagement/index.vue
+2
-2
No files found.
src/pages/Groupmeal/merchantManagement/index.vue
View file @
7d128317
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
background
background
layout=
"prev, pager, next"
layout=
"prev, pager, next"
:total=
"pageCount"
:total=
"pageCount"
:page-size=
"
1
0"
:page-size=
"
2
0"
v-model:currentPage=
"currentPage"
v-model:currentPage=
"currentPage"
@
current-change=
"handleCurrentChange"
@
current-change=
"handleCurrentChange"
></el-pagination>
></el-pagination>
...
@@ -135,7 +135,7 @@
...
@@ -135,7 +135,7 @@
this
.
merchantAdd
=
true
;
this
.
merchantAdd
=
true
;
},
},
async
getOtaList
()
{
async
getOtaList
()
{
const
{
result
,
code
,
reason
}
=
await
otaList
();
const
{
result
,
code
,
reason
}
=
await
otaList
(
{
limit
:
this
.
pageSize
,
offset
:
(
this
.
currentPage
-
1
)
*
this
.
pageSize
}
);
if
(
code
!==
0
)
return
this
.
$message
.
error
(
reason
);
if
(
code
!==
0
)
return
this
.
$message
.
error
(
reason
);
this
.
merchantList
=
result
.
list
;
this
.
merchantList
=
result
.
list
;
this
.
pageCount
=
result
.
total
;
this
.
pageCount
=
result
.
total
;
...
...
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