|
@@ -657,7 +657,7 @@
|
|
|
this.queryParams.startNumber=this.startNumber,
|
|
|
this.queryParams.endNumber=this.endNumber,
|
|
|
this.queryParams.reportId = this.reportId
|
|
|
- if (this.queryParams.isAdd.length<=0) {
|
|
|
+ if (this.queryParams.isAdd.length<=0 && this.queryParams.endNumber<1) {
|
|
|
this.$message.error('请选择专利')
|
|
|
return false
|
|
|
}
|