소스 검색

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

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) {