赣州市洪水风险预警系统三维版本
xiebin
2023-02-11 c3253a2ba548766b591929837524e22bb08348ea
设置默认启动部件
1 files modified
2 ■■■ changed files
themes/FoldableTheme/widgets/HeaderController/Widget.js 2 ●●● patch | view | raw | blame | history
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++) {