lrf402788946 4 years ago
parent
commit
c4d2713c99
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/user/newspaper.vue

+ 1 - 1
src/views/user/newspaper.vue

@@ -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() {