Jelajahi Sumber

术语静态知识对接

zhouna 6 tahun lalu
induk
melakukan
07e19b6fd1
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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();