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