赣州市洪水风险预警系统三维版本
guoshilong
2023-02-14 b53c06e37b171ef7edeb516e545bf06ae7f75c8f
themes/FoldableTheme/widgets/HeaderController/Widget.js
@@ -97,7 +97,7 @@
            this.resize();
            setTimeout(lang.hitch(this, this.resize), 100);
            //根据部件名称启动部件
            topic.subscribe('runWidgetByName', lang.hitch(this, this._runWidgetByName));
            topic.subscribe('runWidgetByName', lang.hitch(this, this._runWidgetByName('ComprehensiveSupervise')));
         },
         _runWidgetByName: function (name) {
            for (i = 0; i < this.appConfig.widgetPool.widgets.length; i++) {