zhuliu 11 months ago
parent
commit
0269ab2d02

+ 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()