|
@@ -95,6 +95,8 @@ methods:{
|
|
|
this.ajax.get(this.$store.state.api+'/getProjectActivityFundIsUseDetail',param).then(res=>{
|
|
|
let isUse = res['data'][0];
|
|
|
isUse.forEach(item=>{
|
|
|
+ console.log(item)
|
|
|
+ if(item['actualuse']==null|item['actualuse']=='')return;
|
|
|
let JP = JSON.parse(item['actualuse']);
|
|
|
this.data['device']+=Number(JP['device']);
|
|
|
this.data['Material']+=Number(JP['Material']);
|