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