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