Browse Source

修改辅检层级列表删除(2607)

zhangxc 5 năm trước cách đây
mục cha
commit
30ba20dcb7
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      src/components/medicalTerm/AssistCheckMultRelation.vue

+ 3 - 3
src/components/medicalTerm/AssistCheckMultRelation.vue

@@ -214,12 +214,12 @@
         const param = {
           conceptId:item.conceptId,
           // isDeleted:item.isDeleted === 'N'?'Y':'N',
-          relationIds: [17,17],
-          typeIds: [3,1]
+          relationIds: [17,17,17],
+          typeIds: [16,16,16]
         }
         let waringTxt = '是否删除该关系,可能对现有系统造成影响'
         this.showConfirmDialog(waringTxt,()=>{
-          api.removeRelationContact(param).then((res)=>{
+          api.assistCheckRemoveMultRelation(param).then((res)=>{
             if(res.data.code=='0'){
               if(!this.searched){
                 //未点确认时清空搜索条件