|
@@ -6,7 +6,7 @@ function curingByCompilation(compilation,latestCompilation){
|
|
$.ajax({
|
|
$.ajax({
|
|
cache :false,
|
|
cache :false,
|
|
type: 'GET',
|
|
type: 'GET',
|
|
- url: '/cloud/curing/ajax/getCuringByCompilationId/'+compilation+'/latestCompilation',
|
|
|
|
|
|
+ url: '/cloud/curing/ajax/getCuringByCompilationId/'+compilation+'/'+latestCompilation,
|
|
//data: { mobile: mobile },
|
|
//data: { mobile: mobile },
|
|
dataType: 'json',
|
|
dataType: 'json',
|
|
|
|
|