diff --git a/flossom-ui/src/views/system/mode/index.vue b/flossom-ui/src/views/system/mode/index.vue index 5338c9f..a54cced 100644 --- a/flossom-ui/src/views/system/mode/index.vue +++ b/flossom-ui/src/views/system/mode/index.vue @@ -674,7 +674,8 @@ export default { }) // 设置组合数据 this.combineData = this.form.combineData; - + // 组合查询数据剔除自身 + this.combineModeList.filter(x => x.id != id); console.log('最终的数据:',JSON.stringify(this.serviceData)) }); },