|
@@ -295,15 +295,10 @@ import beUpload from '../../components/tool/beUpload'
|
|
|
uid:this.$store.state.userInfo.userid,
|
|
|
pid:val
|
|
|
}).then(res=>{
|
|
|
- console.log(res.data[1]);
|
|
|
- // let data=res.data[1]
|
|
|
+ console.log(res.data);
|
|
|
this.checkFundEndData = res.data[1].filter(i=>{
|
|
|
- // console.log(i);
|
|
|
return (i.fund !=i.usedFund)
|
|
|
- // return i.fund !=i.usedFund
|
|
|
-
|
|
|
})
|
|
|
- console.log(this.checkFundEndData);
|
|
|
|
|
|
this.checkFundEndData=res.data[1].filter(i=>{
|
|
|
return (i.fund != i.usedFund)
|