@@ -303,6 +303,10 @@ export default {
this.$showPermissionDialog()
return false
}
+ if(this.reportType == 4){
+ this.$refs.teamwork.open([this.patentNo])
+ return
+ }
this.$refs.checkPatent.open(this.projectId)
},
// 从专利清单子组件传值(专利号的数据)