jwyu 3 жил өмнө
parent
commit
d30bb4e21a

+ 1 - 1
src/view/ficc_yb/reportDetail.vue

@@ -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