From 7bb700a2192b0d5d356d5940d1b8ab33c3b48e94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=B5=B7?= <10402852@qq.com> Date: Tue, 27 Dec 2022 08:42:11 +0800 Subject: [PATCH] 'commit' --- WebRoot/html/formDesign/fill.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/WebRoot/html/formDesign/fill.html b/WebRoot/html/formDesign/fill.html index f18f2e3..0fe0942 100644 --- a/WebRoot/html/formDesign/fill.html +++ b/WebRoot/html/formDesign/fill.html @@ -174,6 +174,21 @@ } }); } + //二次获取真实数据,准备进行导入数据 + $.ajax({ + type: "GET", + dataType: "json", + url: "/FengHuang/zjb/getTaskPage", + data: { + "task_id": task_id, + "page": page + }, + async: false, + success: function (_value) { + //开始二次渲染 + render.setFormData(_value); + } + }); } }); //监听提交