Explorar el Código

选择专利导出excel档问题

zhuliu hace 1 año
padre
commit
c815604af1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/project/patentCollection/index.vue

+ 1 - 1
src/views/project/patentCollection/index.vue

@@ -644,7 +644,7 @@ export default {
     //导出专利
     async handleExport(val) {
       if (val) {
-        if ( this.endNumber < 1 || this.queryParams.isAdd.length == 0) {
+        if ( this.endNumber < 1 && this.queryParams.isAdd.length == 0) {
           this.$message.error('请先选择专利')
           return false
         }