|
|
@ -330,13 +330,8 @@ |
|
|
|
this.TaskInfo.Id = taskId; |
|
|
|
this.TaskInfo.Result = result; |
|
|
|
|
|
|
|
if (result.code === 200) { |
|
|
|
this.Parent.Map.CenterMap(lat, lon); |
|
|
|
this.LoadData(result); |
|
|
|
} |
|
|
|
else if (this.IsTaskTimeout()) { |
|
|
|
this.Reboot("error", "任务计算已超时,请重新提交计算。"); |
|
|
|
} |
|
|
|
}.bind(this) |
|
|
|
}); |
|
|
|
}; |
|
|
|