소스 검색

对比文件保存修改

zhuhao 2 년 전
부모
커밋
2e2837d7d2
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      RMS-FrontEnd/src/views/report/FTO/FTOPage/ChosePatent.vue
  2. 1 1
      RMS-FrontEnd/src/views/report/Invalid/InvalidPage/ChosePatent.vue

+ 1 - 1
RMS-FrontEnd/src/views/report/FTO/FTOPage/ChosePatent.vue

@@ -632,7 +632,7 @@ mixins:[PatentDetails,importPatent],
             this.queryParams.isAdd=[]
             this.queryParams.isDelete=[]
             this.checkList = []
-            this.getList()
+            this.getList2()
             this.$message({
               message: '保存成功',
               type: 'success'

+ 1 - 1
RMS-FrontEnd/src/views/report/Invalid/InvalidPage/ChosePatent.vue

@@ -783,7 +783,7 @@ mixins:[PatentDetails,importPatent],
             this.queryParams.isAdd=[]
             this.queryParams.isDelete=[]
             this.checkList = []
-            this.getList()
+            this.getList2()
             this.$message({
               message: '保存成功',
               type: 'success'