From f61fa0d47a5e4ebbdce7ce5b52d4ba6d49fcae9c Mon Sep 17 00:00:00 2001 From: "1215525055@qq.com" <1215525055@qq.com> Date: Wed, 9 Jul 2025 14:49:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=95=86=E6=A0=87=E6=B3=A8?= =?UTF-8?q?=E5=86=8C=20,=20=E7=94=B5=E5=AD=90=E8=BD=AF=E8=91=97=E5=A4=87?= =?UTF-8?q?=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/apporder/update.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/resources/templates/apporder/update.html b/src/main/resources/templates/apporder/update.html index a78a536..cca06bd 100644 --- a/src/main/resources/templates/apporder/update.html +++ b/src/main/resources/templates/apporder/update.html @@ -466,7 +466,9 @@ } form.val('dataForm', dataFormData); form.render(null, 'dataForm'); - initAppOrderResultFile(); + if(data.checkStatus == "2") { + initAppOrderResultFile(); + } if(data.checkStatus == "1") { $("#subMit").removeClass("layui-disabled"); $("#subMit").removeAttr("disabled");