main
kgdxpr 2 years ago
parent 12e0f43ee3
commit 2486e14634

@ -97,7 +97,7 @@
async: false,
type: 'GET',
success: function (res) {
demojs = JSON.parse(res.form_json);
demojs = JSON.parse(res.form_json);
render = formDesigner.render({
elem: '#testdemo',
data: demojs,
@ -204,7 +204,7 @@
//获取表单数据
$.ajax({
url: "/QingLong/collect/getFormFillJob?job_id=" + jobId,
url: "/QingLong/collect/getFormFillJob?job_id=" + jobId + "&status_code=" + statusCode,
async: false,
type: 'GET',
dataType: "json",

Loading…
Cancel
Save