8791bc33 by joe

FLAG版本修改

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