Commit 708200b6 authored by liudong1993's avatar liudong1993

1

parent f7625c6c
...@@ -432,11 +432,11 @@ export default { ...@@ -432,11 +432,11 @@ export default {
isExsitList(code) { isExsitList(code) {
if (code == 1) { if (code == 1) {
return this.d.FinanceList.filter( return this.d.FinanceList.filter(
(x) => x.ReFinanceId2 == 2 && x.RelevanceFrId != 5 (x) => x.ReFinanceId2 == 1 && x.RelevanceFrId != 5
); );
} else if (code == 2) { } else if (code == 2) {
return this.d.FinanceList.filter( return this.d.FinanceList.filter(
(x) => x.ReFinanceId2 == 2 && x.RelevanceFrId == 5 (x) => x.ReFinanceId2 == 1 && x.RelevanceFrId == 5
); );
} else if (code == 3) { } else if (code == 3) {
return this.d.FinanceList.filter( return this.d.FinanceList.filter(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment