Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
pingan-life-index-pro
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
8791bc33
authored
2020-02-24 15:44:14 +0800
by
joe
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
FLAG版本修改
1 parent
872b12ef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/vhis-modal/vhis-modal.js
src/components/vhis-modal/vhis-modal.js
View file @
8791bc3
...
...
@@ -84,7 +84,7 @@ export default {
if
(
this
.
policyList
)
{
for
(
let
index
=
0
;
index
<
this
.
policyList
.
length
;
index
++
)
{
let
policy
=
this
.
policyList
[
index
];
if
(
policy
.
checkFlag
==
"
N
"
)
{
if
(
policy
.
checkFlag
==
"
Y
"
)
{
continue
;
}
if
(
this
.
ignorePolicyCodes
.
indexOf
(
policy
.
policyCode
)
>=
0
)
{
...
...
Please
register
or
sign in
to post a comment