From 2486e146340a5a9b1a919aabf7ca9890e6fd4ccf Mon Sep 17 00:00:00 2001 From: kgdxpr Date: Thu, 25 Jan 2024 16:02:53 +0800 Subject: [PATCH] 'commit' --- WebRoot/view/tb/form/report.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebRoot/view/tb/form/report.html b/WebRoot/view/tb/form/report.html index 798accb4..981ab08e 100644 --- a/WebRoot/view/tb/form/report.html +++ b/WebRoot/view/tb/form/report.html @@ -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",