|
@@ -80,7 +80,8 @@ export const projectData = {
|
|
|
openAddRemark(patent){
|
|
|
if(this.$refs.addRemark){
|
|
|
var form = {
|
|
|
- patentNo:patent.patentNo
|
|
|
+ patentNo:patent.patentNo,
|
|
|
+ retrieveRecordId:this.retrieveRecordId
|
|
|
}
|
|
|
var patentNo = patent.patentNo
|
|
|
var obj = this.contrastFileList.find(item=>{
|