From 5cefe6c9fe24338fdaf2dcba6c0d9b3e9410805b Mon Sep 17 00:00:00 2001 From: dshclm <3321914460@qq.com> Date: Fri, 16 May 2025 15:04:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E5=91=98=E7=99=BB=E8=AE=B0--=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E3=80=81=E7=BC=96=E8=BE=91=E3=80=81=E6=9D=90=E6=96=99?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/templates/system/newdev/apply/editFile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/newdev/apply/editFile.html b/ruoyi-admin/src/main/resources/templates/system/newdev/apply/editFile.html index 4978f8cb..a7f0b476 100644 --- a/ruoyi-admin/src/main/resources/templates/system/newdev/apply/editFile.html +++ b/ruoyi-admin/src/main/resources/templates/system/newdev/apply/editFile.html @@ -649,7 +649,7 @@ return }else{ if(confirm('确认提交吗?')){ - $.operate.saveTab(`${this.prefix}/submit?applyId=${this.formData.appyId}`,); + $.operate.saveTab(`${this.prefix}/submit?applyId=${this.formData.applyId}`,); } } },