|
@@ -99,7 +99,7 @@ export default {
|
|
|
async getDetail(){
|
|
|
const res=await apiReportDetail({
|
|
|
Authorization:this.$route.query.token,
|
|
|
- research_report_id:this.$route.query.id
|
|
|
+ research_report_id:this.$route.query.research_report_id
|
|
|
})
|
|
|
if(res.code===200){
|
|
|
this.info=res.data
|