|
@@ -54,5 +54,17 @@ export default{
|
|
|
this.save(row)
|
|
|
})
|
|
|
},
|
|
|
+ checkReport(row){
|
|
|
+ this.$router.push({
|
|
|
+ path: '/reportDetails',
|
|
|
+ query: {
|
|
|
+ projectId: row.projectId,
|
|
|
+ patentNo:row.signPatentNo,
|
|
|
+ signPatentNo:row.signPatentNo,
|
|
|
+ reportType: row.reportType,
|
|
|
+ status:row.status,
|
|
|
+ }
|
|
|
+ })
|
|
|
+ },
|
|
|
},
|
|
|
}
|