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
2d9b694d
authored
2023-11-22 13:42:57 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style;业务申请初始化
1 parent
cd3bc9cc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/utils/mixin/ywsqTable.js
src/utils/mixin/ywsqTable.js
View file @
2d9b694
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-11-
16 13:58:50
* @LastEditTime: 2023-11-
22 13:42:26
*/
import
{
mapGetters
}
from
'vuex'
import
{
defaultParameters
}
from
"../../views/ywbl/ywsq/javascript/publicDefaultPar"
;
...
...
@@ -19,7 +19,7 @@ export default {
},
mounted
()
{
window
.
addEventListener
(
'keydown'
,
this
.
handkeyCode
,
true
)
//开启监听键盘按下事件
//
this.handleSearch()
this
.
handleSearch
()
},
methods
:
{
/**
...
...
Please
register
or
sign in
to post a comment