|
|
|
@ -37,7 +37,7 @@
|
|
|
|
|
if (jobId != null && jobId != "") {
|
|
|
|
|
window.localStorage.setItem('job_id', jobId);
|
|
|
|
|
$.ajax({
|
|
|
|
|
url: "/QingLong/collect/getJob?job_id=" + jobId,
|
|
|
|
|
url: "/QingLong/collect/getJobBasic?job_id=" + jobId,
|
|
|
|
|
async: false,
|
|
|
|
|
type: 'GET',
|
|
|
|
|
dataType: "json",
|
|
|
|
|