commit
a94d426126
|
@ -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') {
|
||||||
|
|
Loading…
Reference in New Issue