如何改变下拉复选框 选中状态
比如同时选中1,2,3....时,1自动改为不勾选状态
var a=this.getValue();
//alert(a[0]);
if(a.indexOf("1")!=-1){
//alert(a)
this.setValue([2,3])}