diff --git a/WebRoot/view/tb/form/update_form.html b/WebRoot/view/tb/form/update_form.html index 00415d18..e9ee33cc 100644 --- a/WebRoot/view/tb/form/update_form.html +++ b/WebRoot/view/tb/form/update_form.html @@ -77,7 +77,7 @@ var jobId = GetQueryString("job_id"); $.ajax({ - url: "/QingLong/collect/getJob?job_id=" + jobId, + url: "/QingLong/collect/getJobBasic?job_id=" + jobId, async: false, type: 'GET', success: function (res) {