Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
X
xxx_phase2_web
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
夏敏伟
xxx_phase2_web
Commits
37a460e5
Commit
37a460e5
authored
Dec 04, 2023
by
以墨为白
🎧
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://192.168.168.218/xiaminwei/xxx_phase2_web
parents
1f531d1f
c8ea7868
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
78 additions
and
85 deletions
+78
-85
src/view/ddkz/components/chatRoomInfo.vue
src/view/ddkz/components/chatRoomInfo.vue
+75
-82
src/view/sjgl/ddkzConfig/ddkzConfigApprove.vue
src/view/sjgl/ddkzConfig/ddkzConfigApprove.vue
+3
-3
No files found.
src/view/ddkz/components/chatRoomInfo.vue
View file @
37a460e5
This diff is collapsed.
Click to expand it.
src/view/sjgl/ddkzConfig/ddkzConfigApprove.vue
View file @
37a460e5
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
<div
class=
"pagination-div"
>
<div
class=
"pagination-div"
>
<el-pagination
class=
"myPagination"
background
layout=
"total, sizes, prev, pager, next, jumper"
<el-pagination
class=
"myPagination"
background
layout=
"total, sizes, prev, pager, next, jumper"
:current-page=
"pageObj.currentPage"
:total=
"pageObj.total"
@
current-change=
"handleCurrentChange"
:current-page=
"pageObj.currentPage"
:total=
"pageObj.total"
@
current-change=
"handleCurrentChange"
@
size-change=
"handleSizeChange"
:page-size=
"pageObj.
every
Size"
:page-sizes=
"[10, 20, 50, 100]"
>
@
size-change=
"handleSizeChange"
:page-size=
"pageObj.
page
Size"
:page-sizes=
"[10, 20, 50, 100]"
>
</el-pagination>
</el-pagination>
</div>
</div>
</div>
</div>
...
@@ -62,7 +62,7 @@ export default {
...
@@ -62,7 +62,7 @@ export default {
meetingList
:
[],
meetingList
:
[],
pageObj
:
{
pageObj
:
{
currentPage
:
1
,
currentPage
:
1
,
every
Size
:
10
,
page
Size
:
10
,
total
:
0
total
:
0
}
}
}
}
...
@@ -107,7 +107,7 @@ export default {
...
@@ -107,7 +107,7 @@ export default {
},
},
handleSizeChange
(
pageSize
)
{
handleSizeChange
(
pageSize
)
{
this
.
pageObj
.
every
Size
=
pageSize
;
this
.
pageObj
.
page
Size
=
pageSize
;
this
.
searchChatList
();
this
.
searchChatList
();
},
},
...
...
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