@ -675,8 +675,8 @@ export default {
// 设置组合数据
this.combineData = this.form.combineData;
// 组合查询数据剔除自身
this.combineModeList.filter(x => x.id != id);
console.log('最终的数据:',JSON.stringify(this.serviceData))
this.combineModeList = this.combineModeList.filter(x => x.id != id);
console.log('组合数据=>',this.combineModeList)
});
},
handleFileInfo(url) {