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
af2fdec4
authored
2023-01-31 15:32:18 +0800
by
jiaozeping@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcjg-web
2 parents
776f6a3e
803003ef
Show 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 @
af2fdec
...
...
@@ -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