소스 검색

术语静态知识对接

zhouna 6 년 전
부모
커밋
07e19b6fd1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/icss/MedicinePrompt.vue

+ 1 - 1
src/components/icss/MedicinePrompt.vue

@@ -178,7 +178,7 @@
       },
       showDelDialog(row){
         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'){
               this.warning(res.data.msg||'操作成功','success');
               this.getDataList();