소스 검색

选择对比文件删除bug修改

zhuhao 2 년 전
부모
커밋
26d1c04790
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      RMS-FrontEnd/src/views/report/components/SelectedPatent.vue

+ 1 - 1
RMS-FrontEnd/src/views/report/components/SelectedPatent.vue

@@ -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
         }