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}`,); } } },