fix: 修改bug
This commit is contained in:
parent
c35120f4d3
commit
81524133ae
|
@ -181,6 +181,8 @@ const uploadChange = async (info: Record<string, any>) => {
|
||||||
if (info.file.status === 'done') {
|
if (info.file.status === 'done') {
|
||||||
const resp: any = info.file.response || { result: '' };
|
const resp: any = info.file.response || { result: '' };
|
||||||
await submitData(resp?.result || '');
|
await submitData(resp?.result || '');
|
||||||
|
}else{
|
||||||
|
disabled.value = false;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue