|
|
@ -220,7 +220,6 @@ |
|
|
|
success: function (result) { |
|
|
|
this.TaskStopped(); |
|
|
|
this.MessageBox("warning", result.info); |
|
|
|
this.Parent.HistoryPanel.ReloadDataGrid(); |
|
|
|
}.bind(this), |
|
|
|
complete: function () { |
|
|
|
$('.param-label').removeClass('label-shade'); |
|
|
@ -251,7 +250,8 @@ |
|
|
|
url: '/Menggu/AddTask', |
|
|
|
data: this.GetTaskParams(taskId), |
|
|
|
success: function (result) { |
|
|
|
console.log(result); |
|
|
|
this.Parent.HistoryPanel.InitDateTimes(); |
|
|
|
this.Parent.HistoryPanel.ReloadDataGrid(); |
|
|
|
}.bind(this) |
|
|
|
}); |
|
|
|
}; |
|
|
|