|
@@ -186,6 +186,7 @@ export default {
|
|
|
fid:this.$route.query['Id'],
|
|
|
aid:this.$route.query['paid'],
|
|
|
}
|
|
|
+ console.log(param);
|
|
|
this.ajax
|
|
|
.get(this.$store.state.api+'/selectActivityFundDetail',param)
|
|
|
.then(res=>{
|
|
@@ -388,9 +389,9 @@ export default {
|
|
|
mounted(){
|
|
|
this.getData()
|
|
|
this.projectName=this.$route.query['tit']
|
|
|
- // console.log(this.$route.query['Id']);
|
|
|
- // console.log(this.$route.query['tit']);
|
|
|
- // console.log(this.$route.query['paid']);
|
|
|
+ console.log(this.$route.query['Id']);
|
|
|
+ console.log(this.$route.query['tit']);
|
|
|
+ console.log(this.$route.query['paid']);
|
|
|
|
|
|
}
|
|
|
}
|