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

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

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

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

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

Loading…
Cancel
Save