FLAG版本修改
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -84,7 +84,7 @@ export default { | ... | @@ -84,7 +84,7 @@ export default { |
84 | if (this.policyList) { | 84 | if (this.policyList) { |
85 | for (let index = 0; index < this.policyList.length; index++) { | 85 | for (let index = 0; index < this.policyList.length; index++) { |
86 | let policy = this.policyList[index]; | 86 | let policy = this.policyList[index]; |
87 | if (policy.checkFlag == "N") { | 87 | if (policy.checkFlag == "Y") { |
88 | continue; | 88 | continue; |
89 | } | 89 | } |
90 | if (this.ignorePolicyCodes.indexOf(policy.policyCode) >= 0) { | 90 | if (this.ignorePolicyCodes.indexOf(policy.policyCode) >= 0) { | ... | ... |
-
Please register or sign in to post a comment