소스 검색

Merge branch 'product' into noveltySearch2

zhuliu 10 달 전
부모
커밋
c8ed2def24
2개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 1
      src/views/components/import/conditionImport/searchResult.vue
  2. 1 1
      src/views/project/index.vue

+ 3 - 1
src/views/components/import/conditionImport/searchResult.vue

@@ -346,7 +346,9 @@ export default {
       })
     },
     searchBth() {
-      // this.queryParams.retrieveRecordId = null
+      if(this.outside){
+        this.queryParams.retrieveRecordId = null
+      }
       this.queryParams.current = 1
       this.getList()
       if(this.outside){

+ 1 - 1
src/views/project/index.vue

@@ -595,7 +595,7 @@ export default {
     },
     //删除专利数据库
     deletePatentProject(ids) {
-      this.$confirm('此操作将删除该产品类别, 是否继续?', '提示', {
+      this.$confirm('此操作将删除该专利数据库, 是否继续?', '提示', {
         confirmButtonText: '确定',
         cancelButtonText: '取消',
         type: 'warning'