main
kgdxpr 2 years ago
parent 1a8b9d8ed9
commit 95aff71c36

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

Loading…
Cancel
Save