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