zhuliu 1 year ago
parent
commit
e81024115a

+ 2 - 0
src/views/report/components/patentList/components/customFields/index.vue

@@ -121,6 +121,8 @@ export default {
         var row = this.field.find(item => {
           return item.value + 'a' + item.filedKind == this.activeName[i]
         })
+
+        row.optionsLength = 0
         this.getOptions(row,sign)
       }
     },