zhuliu 10 tháng trước cách đây
mục cha
commit
8788d1a420
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/components/import/conditionImport/search.vue

+ 1 - 1
src/views/components/import/conditionImport/search.vue

@@ -231,7 +231,7 @@ export default {
             }
         },
         async search(val,data){
-            if(val == '' && data.component!='patentNoSearch'){
+            if((val == '' && !this.semanteme) && data.component!='patentNoSearch'){
                 this.$message.error('检索信息不能为空')
                 return false
             }