Commit 062ccff4 authored by zhengke's avatar zhengke

Merge branch 'master' of http://gitlab.oytour.com/huaguohao/crm

parents 1dbae457 ad81febd
......@@ -432,11 +432,11 @@ export default {
isExsitList(code) {
if (code == 1) {
return this.d.FinanceList.filter(
(x) => x.ReFinanceId2 == 2 && x.RelevanceFrId != 5
(x) => x.ReFinanceId2 == 1 && x.RelevanceFrId != 5
);
} else if (code == 2) {
return this.d.FinanceList.filter(
(x) => x.ReFinanceId2 == 2 && x.RelevanceFrId == 5
(x) => x.ReFinanceId2 == 1 && x.RelevanceFrId == 5
);
} else if (code == 3) {
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