ln_ry20250512
dshclm 3 weeks ago
parent a877d8ca0c
commit 1ffc224604

@ -698,7 +698,8 @@
if (!this.formData.applyId) return; if (!this.formData.applyId) return;
axios.get(ctx + 'system/file/getFileInfo', { axios.get(ctx + 'system/file/getFileInfo', {
params: { params: {
applyId: this.formData.applyId applyId: this.formData.applyId,
fileCode:'bm_user_audit_001',
} }
}) })
.then(response => { .then(response => {

@ -473,7 +473,8 @@
if (!this.formData.applyId) return; if (!this.formData.applyId) return;
axios.get(ctx + 'system/file/getFileInfo', { axios.get(ctx + 'system/file/getFileInfo', {
params: { params: {
applyId: this.formData.applyId applyId: this.formData.applyId,
fileCode:'bm_user_audit_001',
} }
}) })
.then(response => { .then(response => {

Loading…
Cancel
Save