Merge remote-tracking branch 'origin/ln_ry20250512' into ln_ry20250512

ln_ry20250512
wangxy 3 weeks ago
commit 671a924c81

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

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

Loading…
Cancel
Save