|
|
@ -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) |
|
|
|
}); |
|
|
|
}; |
|
|
|