zhuliu 11 달 전
부모
커밋
0269ab2d02
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      src/views/noveltySearch/components/details/components/searchRecords/searchRecords.vue

+ 5 - 1
src/views/noveltySearch/components/details/components/searchRecords/searchRecords.vue

@@ -221,7 +221,11 @@
               cancelButtonText: '取消',
               type: 'warning'
           }).then(() => {
-              this.$api.deleteNoveltySearchRecord(ids).then(response=>{
+            var params = {
+                retrieveIds:ids,
+                projectId:this.projectId
+            }
+              this.$api.deleteNoveltySearchRecord(params).then(response=>{
                   if(response.code == 200){
                       this.$message.success('删除成功')
                       this.getList()