@@ -187,7 +187,7 @@
},
showDelDialog(row){
this.showConfirmDialog('是否删除该静态知识?',()=>{
- api.delConceptInfo({term:row.name,type:row.type,title:row.title}).then((res)=>{
+ api.delConceptInfo({id:row.id}).then((res)=>{
if(res.data.code=='0'){
this.warning(res.data.msg||'操作成功','success');
this.getDataList();