Pre Merge pull request !14 from 李中原/N/A

pull/14/MERGE
李中原 2023-05-17 11:53:15 +00:00 committed by Gitee
commit 50cd22e400
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ const getButtonProps = computed(() => {
function handleChange(info: Recordable) { function handleChange(info: Recordable) {
const file = info.file const file = info.file
const status = file?.status const status = file?.status
const url = file?.response?.url const url = file?.response?.data
const name = file?.name const name = file?.name
if (status === 'uploading') { if (status === 'uploading') {