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 => {