<div class="save-cl">
<a-button @click="saveCl" >保存为常用策略</a-button>
</div>
saveCl(){
console.log(this.form.filterList[0],'--------常用策略')// 此对象为上图对象
console.log(this.allElementsHaveValue(this.form.filterList[0]),'------------');
this.allElementsHaveValue(this.form.filterList[0])
},
allElementsHaveValue(obj) {
if((obj.operbool && obj.operbool.operands.length == 0)||obj.length==0){
alert('请至少设置一条字段条件')
return;
}
if(obj.operbool && o