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