Explorar el Código

选择对比文件删除bug修改

zhuhao hace 2 años
padre
commit
26d1c04790
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
         }