var value = this.options.form.getWidgetByName("operations"); //获取参数值,并以,分割为数组,最后得数组元素个数 var value_count = value.getValue().split(",").length; if (value_count > 7) { FR.Msg.toast("最多只可以筛选7个!"); this.reset(); //将数据重置即清空选中的数据 this.setValue(a); // return false; } |