This commit is contained in:
shijingjing
2022-05-05 11:44:10 +08:00
parent 34f3233ed0
commit 07a78300e4
4 changed files with 15 additions and 26 deletions

View File

@@ -389,11 +389,9 @@ export default {
this.endNum = res.data.family.filter(item =>
(item.jcbxCxyiliao == '02' || '') && (item.jcbxCzyiliao == '02' || '')
)
console.log(res.data.family);
this.endNum = res.data.family.filter(v=>
(v.jcbxCxyanglao == '02' || '') && (v.jcbxCzyanglao == '02' || '')
)
console.log(this.endNum ,111);
}
this.info.ylbxCount = ylbxCount