Explorar o código

术语静态知识对接

zhouna %!s(int64=6) %!d(string=hai) anos
pai
achega
07e19b6fd1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();