要隐藏多个控件 但是要写很多句造成大屏查询效率降低,如何一句话可以隐藏多个? this.options.form.getWidgetByName('***').setVisible(false); this.options.form.getWidgetByName('****').setVisible(false); this.options.form.getWidgetByName('***').setVisible(false); this.options.form.getWidgetByName('***').setVisible(false); this.options.form.getWidgetByName('***').setVisible(false); this.options.form.getWidgetByName('report100').setVisible(false); |