Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-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
803003ef
authored
2023-01-31 15:32:34 +0800
by
yangwei
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
字典过滤不匹配的值显示空
1 parent
49ec079a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/utils/filter.js
src/utils/filter.js
View file @
803003e
...
...
@@ -15,7 +15,7 @@ export default class filter {
// 字典
dicStatus
(
val
,
code
)
{
let
data
=
store
.
getters
.
dicData
[
code
],
name
=
'
暂无
'
name
=
''
if
(
data
)
{
data
.
map
((
item
)
=>
{
if
(
item
.
DCODE
==
val
)
{
...
...
Please
register
or
sign in
to post a comment