Browse Source

commit

master
hhx 3 years ago
parent
commit
4fc86a2fd7
  1. 2
      04.系统编码/App/Content/scripts/beijing/realtime-panel.js
  2. 1
      04.系统编码/App/Content/scripts/menggu/realtime-panel.js
  3. 3
      04.系统编码/App/Content/styles/common.css

2
04.系统编码/App/Content/scripts/beijing/realtime-panel.js

@ -375,6 +375,7 @@
success: function (result) { success: function (result) {
this.TaskStopped(); this.TaskStopped();
this.MessageBox("warning", result.info); this.MessageBox("warning", result.info);
this.Parent.HistoryPanel.ReloadDataGrid();
}.bind(this), }.bind(this),
complete: function () { complete: function () {
$('.param-label').removeClass('label-shade'); $('.param-label').removeClass('label-shade');
@ -394,6 +395,7 @@
this.Parent.Map.CenterMap(lat, lon); this.Parent.Map.CenterMap(lat, lon);
this.AddTask(this.TaskInfo.Id); this.AddTask(this.TaskInfo.Id);
this.LoadData(result); this.LoadData(result);
this.Parent.HistoryPanel.ReloadDataGrid();
}.bind(this) }.bind(this)
}); });
}; };

1
04.系统编码/App/Content/scripts/menggu/realtime-panel.js

@ -220,6 +220,7 @@
success: function (result) { success: function (result) {
this.TaskStopped(); this.TaskStopped();
this.MessageBox("warning", result.info); this.MessageBox("warning", result.info);
this.Parent.HistoryPanel.ReloadDataGrid();
}.bind(this), }.bind(this),
complete: function () { complete: function () {
$('.param-label').removeClass('label-shade'); $('.param-label').removeClass('label-shade');

3
04.系统编码/App/Content/styles/common.css

@ -422,7 +422,6 @@
} }
.statistic-toolbar { .statistic-toolbar {
padding-right: 10px;
align-items: center; align-items: center;
justify-content: flex-end; justify-content: flex-end;
} }
@ -481,7 +480,7 @@
.statistic-toolbar .query-btn, .statistic-toolbar .query-btn,
.user-toolbar .query-btn { .user-toolbar .query-btn {
height: 28px; height: 28px;
margin-left: 10px; margin: 0 10px;
padding: 0 16px; padding: 0 16px;
line-height: 28px; line-height: 28px;
color: #ffffff; color: #ffffff;

Loading…
Cancel
Save