浏览代码

解决在统计处检索检索条件无法删除

zhuliu 1 年之前
父节点
当前提交
44d5e6fa7b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/report/components/patentList/components/searchPatent.vue

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

@@ -164,7 +164,7 @@ export default {
         if(item.filedKind == 0){
           field = 'checkName'
         }else{
-          field = 'inputValue'
+          field = 'checkData'
         }
        
         if (this.searchStorageText[index].inputValue.length == 0) {