!66 #5140 公用附件上传组件bug

Merge pull request !66 from lbw/N/A
This commit is contained in:
lbw 2023-09-07 07:20:10 +00:00 committed by Gitee
commit 1d661b8798
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -39,7 +39,7 @@
<el-upload <el-upload
ref="fileUpload" ref="fileUpload"
v-if="props.type === 'simple'" v-if="props.type === 'simple'"
:action="other.adaptationUrl(props.uploadFileUrl)" :action="baseURL + other.adaptationUrl(props.uploadFileUrl)"
:before-upload="handleBeforeUpload" :before-upload="handleBeforeUpload"
:file-list="fileList" :file-list="fileList"
:headers="headers" :headers="headers"