|
@@ -385,6 +385,8 @@ export default {
|
|
|
searchQuery: this.condition.searchCondition || '',
|
|
|
orderDTOList:this.sort,
|
|
|
},
|
|
|
+ startNumber:1, //开始位置
|
|
|
+ endNumber:(this.queryParams.isAdd && this.queryParams.isAdd.length>0)?0:this.total,//结束位置
|
|
|
fromProjectId:this.innerProjectId, //来源专题库项目id
|
|
|
toProjectId:this.projectId, //目标报告项目id
|
|
|
isAdd:this.queryParams.isAdd, //去除专利号
|