赣州市洪水风险预警系统三维版本
xiebin
2023-02-11 c3253a2ba548766b591929837524e22bb08348ea
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++) {