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
c207fe69
authored
2023-06-16 15:36:35 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:身份证读卡器
1 parent
32261265
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
src/utils/operation.js
src/utils/operation.js
View file @
c207fe6
import
Vue
from
'vue'
import
axios
from
'axios'
import
request
from
'@/utils/request'
;
import
{
Message
}
from
"element-ui"
;
export
function
removeTreeListItem
(
treeList
,
dictId
,
idName
=
'bsmDict'
)
{
if
(
!
treeList
||
!
treeList
.
length
)
{
...
...
@@ -135,15 +136,15 @@ export function getUrlParam (paraName) {
}
}
/**
* @description: 身份证读卡器
组件
* @description: 身份证读卡器
* @author: renchao
*/
export
function
getIdCardInfo
(
level
)
{
const
resultMap
=
{
A
:
'10 颗星'
,
default
:
''
,
default
:
axios
.
post
(
Vue
.
prototype
.
BASE_API
.
IDCARDURL
)
,
}
return
resultMap
[
level
]
||
axios
.
post
(
Vue
.
prototype
.
BASE_API
.
IDCARDURL
)
return
resultMap
[
level
]
||
resultMap
.
default
}
/**
* @description: 高拍仪组件
...
...
Please
register
or
sign in
to post a comment