Browse Source

专利数据库分类选择关联查询bug

zhuliu 1 year ago
parent
commit
29d07ad9ea

+ 4 - 1
src/views/report/components/patentList/components/customFields/index.vue

@@ -207,7 +207,10 @@ export default {
         var row = this.fieldTree.find(item => {
           return item.value + 'a' + item.filedKind == this.activeName[i]
         })
-        await this.getOptions(row)
+        if(row){
+          await this.getOptions(row)
+        }
+        
       }
     },
     // ipc、cpc、loc、upc切换选择