Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
f7230fd7
authored
2023-09-07 13:55:44 +0800
by
yuanbo
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
增加注释
1 parent
d85b97ff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
src/views/ywbl/ywsq/components/selectYbbgSplitMerge.vue
src/views/ywbl/ywsq/components/selectYbbgSplitMerge.vue
View file @
f7230fd
...
...
@@ -215,6 +215,11 @@
sendThis
(
this
)
},
methods
:
{
/**
* @description: clickChange
* @param {*} row
* @author: renchao
*/
clickChange
(
row
)
{
this
.
getCurrentRow
(
row
)
},
...
...
@@ -249,6 +254,11 @@
}
})
},
/**
* @description: handleCurrentChange
* @param {*} val
* @author: renchao
*/
handleCurrentChange
(
val
)
{
this
.
pageData
.
currentPage
=
val
this
.
queryClick
()
...
...
Please
register
or
sign in
to post a comment