Parcourir la source

修改检索是自定义字段值栏位

zhuliu il y a 1 an
Parent
commit
16d4b920eb

+ 1 - 1
src/views/report/components/patentList/components/searchPatent.vue

@@ -335,7 +335,7 @@ export default {
         } else {
           let a = {
             fieldId: item.value,
-            value: (item.filedKind == 0 || item.filedKind) ? item.inputValue : [this.inputValue],
+            fieldValue: (item.filedKind == 0 || item.filedKind) ? item.inputValue : [this.inputValue],
           }
           customFields.push(a)
         }