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
edb65eb4
authored
2023-09-07 15:40:58 +0800
by
yuanbo
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
增加注释
1 parent
521819ae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
1 deletions
src/views/workflow/components/dialog/addQlr.vue
src/views/workflow/components/dialog/addQlr.vue
View file @
edb65eb
...
...
@@ -438,6 +438,12 @@
}
},
methods
:
{
/**
* @description: handleClick
* @param {*} event
* @param {*} tab
* @author: renchao
*/
handleClick
(
event
,
tab
)
{
if
(
this
.
activeName
!=
1
)
{
this
.
isShow
=
false
...
...
@@ -445,17 +451,30 @@
this
.
isShow
=
true
}
},
/**
* @description: 身份证打卡器
* @param {*} row
* @author: renchao
*/
handlesYhSelect
(
row
)
{
this
.
$emit
(
"updateDetail"
,
_
.
cloneDeep
(
row
));
this
.
$emit
(
"input"
,
false
);
},
/**
* @description: handleSearch
* @author: renchao
*/
handleSearch
()
{
},
/**
* @description: handleCurrentChange
* @param {*} val
* @author: renchao
*/
handleCurrentChange
(
val
)
{
console
.
log
(
val
);
},
/**
* @description: 身份证打卡器
* @param {*} row
* @author: renchao
*/
readClick
()
{
...
...
Please
register
or
sign in
to post a comment