From 1ffc22460441bafd8fe7dd2779ffce877a0a55a4 Mon Sep 17 00:00:00 2001 From: dshclm <3321914460@qq.com> Date: Tue, 20 May 2025 11:10:06 +0800 Subject: [PATCH] =?UTF-8?q?=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 | 3 ++- .../resources/templates/system/newdev/audit/editAudit.html | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 a4c67f0a..bedadbed 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 @@ -698,7 +698,8 @@ if (!this.formData.applyId) return; axios.get(ctx + 'system/file/getFileInfo', { params: { - applyId: this.formData.applyId + applyId: this.formData.applyId, + fileCode:'bm_user_audit_001', } }) .then(response => { diff --git a/ruoyi-admin/src/main/resources/templates/system/newdev/audit/editAudit.html b/ruoyi-admin/src/main/resources/templates/system/newdev/audit/editAudit.html index f934a76e..a1b70445 100644 --- a/ruoyi-admin/src/main/resources/templates/system/newdev/audit/editAudit.html +++ b/ruoyi-admin/src/main/resources/templates/system/newdev/audit/editAudit.html @@ -473,7 +473,8 @@ if (!this.formData.applyId) return; axios.get(ctx + 'system/file/getFileInfo', { params: { - applyId: this.formData.applyId + applyId: this.formData.applyId, + fileCode:'bm_user_audit_001', } }) .then(response => {