@@ -92,7 +92,7 @@ export default {
} catch (error) {
this.files.splice(this.files.length - 1, 1, { status: 'failed', message: '上传失败' });
} finally {
- this.isDisabled = true;
+ this.isDisabled = false;
}
},
async onSubmit() {