8791bc33 by joe

FLAG版本修改

1 parent 872b12ef
...@@ -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) {
......