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