Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
A
admin-base
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
new-sing
admin-base
Commits
a1d1e9b8
Commit
a1d1e9b8
authored
6 years ago
by
chenfenglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分页
parent
cd5bc272
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
17 deletions
+2
-17
userList.vue
src/components/class/userList.vue
+2
-17
No files found.
src/components/class/userList.vue
View file @
a1d1e9b8
...
...
@@ -223,7 +223,6 @@
</
template
>
</el-table-column>
</el-table>
<page
:nowPage=
"searchFrom.nowPage"
:total=
"searchFrom.total"
:limit=
"searchFrom.limit"
@
pageChange=
"onListPageChange"
@
sizeChange=
"onListSizeChange"
/>
</div>
<el-dialog
:modal=
"false"
:visible
.
sync=
"addShow"
>
<el-form
label-width=
"90px"
>
...
...
@@ -486,9 +485,6 @@
total
:
0
,
timeLang
:[],
searchFrom
:
{
nowPage
:
1
,
limit
:
10
,
total
:
0
,
user_id
:
''
,
is_add_teacher
:
''
,
is_view_course
:
''
,
...
...
@@ -651,8 +647,8 @@
}
,
searchList
(){
let
json
=
{
page
:
this
.
searchFrom
.
nowPage
,
limit
:
this
.
searchFrom
.
limit
page
:
1
,
limit
:
200
}
;
let
json2
=
{
}
;
if
(
this
.
timeLang
&&
this
.
timeLang
.
length
>
1
){
...
...
@@ -710,8 +706,6 @@
is_view_course
:
''
,
start_at
:
''
,
end_at
:
''
,
limit
:
10
,
page
:
1
,
}
;
this
.
statistics
=
{
...
...
@@ -846,15 +840,6 @@
this
.
limit
=
val
this
.
nowPage
=
1
;
this
.
getUser
()
}
,
onListPageChange
(
val
){
this
.
searchFrom
.
nowPage
=
val
this
.
searchList
()
}
,
onListSizeChange
(
val
){
this
.
searchFrom
.
limit
=
val
this
.
searchFrom
.
nowPage
=
1
;
this
.
searchList
()
}
,
handleSelectionChange
(
val
)
{
this
.
multipleSelection
=
val
;
...
...
This diff is collapsed.
Click to expand it.
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